From: Chris Hanson Date: Fri, 3 Nov 1995 01:24:11 +0000 (+0000) Subject: Fix formatting of error message. X-Git-Tag: 20090517-FFI~5792 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=aece6365d1155b2829a86e28e32bfe7de50973a3;p=mit-scheme.git Fix formatting of error message. --- 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)