From aece6365d1155b2829a86e28e32bfe7de50973a3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 3 Nov 1995 01:24:11 +0000 Subject: [PATCH] Fix formatting of error message. --- v7/src/microcode/os2xcpt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/os2xcpt.c b/v7/src/microcode/os2xcpt.c index 3d62bb88f..3d2a99ee7 100644 --- a/v7/src/microcode/os2xcpt.c +++ b/v7/src/microcode/os2xcpt.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2xcpt.c,v 1.5 1995/10/09 05:56:04 cph Exp $ +$Id: os2xcpt.c,v 1.6 1995/11/03 01:24:11 cph Exp $ Copyright (c) 1994-95 Massachusetts Institute of Technology @@ -953,7 +953,7 @@ OS2_subthread_exception_handler (PEXCEPTIONREPORTRECORD report, char * format = "Scheme has detected exception number 0x%08x within thread %d.%s%s\ This indicates a bug in the Scheme implementation.\ - Please report this information to a Scheme wizard."; + Please report this information to a Scheme wizard.\n\n"; char backtrace [1024]; if (((report -> fHandlerFlags) -- 2.25.1