diff src/octave.cc @ 285:79a1403b8b6e

[project @ 1994-01-11 05:56:55 by jwe]
author jwe
date Tue, 11 Jan 1994 05:56:55 +0000
parents f1897eae772e
children 6027a905fc06
line wrap: on
line diff
--- a/src/octave.cc
+++ b/src/octave.cc
@@ -322,7 +322,9 @@
        << "     x : echo commands as they are executed\n"
        << "\n"
        << "  file : execute commands from named file\n"
-       << endl;
+       << "\n";
+
+  cout.flush ();
 
   exit (1);
 }