changeset 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 9c74d7d76f3d
files src/octave.cc
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/octave.cc	Tue Jan 11 05:48:07 1994 +0000
+++ b/src/octave.cc	Tue Jan 11 05:56:55 1994 +0000
@@ -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);
 }