diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/shell.c b/src/util/shell.c index dfd14cf..9a7084d 100644 --- a/src/util/shell.c +++ b/src/util/shell.c @@ -303,5 +303,6 @@ int shell_main(struct lgsm_handle *lgsmh) printf("Unknown command `%s'\n", buf); } } + fflush(stdout); } } |