Add newlines so that error messages format better.
authorChris Hanson <org/chris-hanson/cph>
Mon, 30 Oct 1995 07:53:24 +0000 (07:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 30 Oct 1995 07:53:24 +0000 (07:53 +0000)
v7/src/microcode/os2.c

index ce0ca633709bbd560bdbae255ba9efd733ee84e2..8b9173bfe1766b2e0ab51bf3dd97851d6219edd8 100644 (file)
@@ -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