From: Chris Hanson Date: Mon, 30 Oct 1995 07:53:24 +0000 (+0000) Subject: Add newlines so that error messages format better. X-Git-Tag: 20090517-FFI~5823 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=03e7bbeb224953a7fea612e0939c2e419e333bc7;p=mit-scheme.git Add newlines so that error messages format better. --- diff --git a/v7/src/microcode/os2.c b/v7/src/microcode/os2.c index ce0ca6337..8b9173bfe 100644 --- a/v7/src/microcode/os2.c +++ b/v7/src/microcode/os2.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2.c,v 1.6 1995/06/23 07:40:25 cph Exp $ +$Id: os2.c,v 1.7 1995/10/30 07:53:24 cph Exp $ Copyright (c) 1994-95 Massachusetts Institute of Technology @@ -370,6 +370,7 @@ OS2_logic_error_1 (const char * description, if (OS2_essential_thread_p (tid)) { outf_fatal (format, "Fatal", tid, file, line, description, ""); + outf_fatal ("\n\n"); termination_init_error (); } else