summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 413151a..b3dbba7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -36,7 +36,7 @@ int main( int argc, char *argv[] )
36 while( gs.isRunning() ) 36 while( gs.isRunning() )
37 { 37 {
38 char buf[1024]; 38 char buf[1024];
39 sio << "command> " << sio.flush; 39 sio << sio.nl << "command> " << sio.flush;
40 fgets( buf, 1024, stdin ); 40 fgets( buf, 1024, stdin );
41 41
42 gs.execCommand( buf ); 42 gs.execCommand( buf );