diff options
Diffstat (limited to 'shell/lash.c')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index c499612cc..96c0b3007 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -678,7 +678,7 @@ static int get_command(FILE * source, char *command) | |||
678 | 678 | ||
679 | if (!fgets(command, BUFSIZ - 2, source)) { | 679 | if (!fgets(command, BUFSIZ - 2, source)) { |
680 | if (source == stdin) | 680 | if (source == stdin) |
681 | printf("\n"); | 681 | puts(""); |
682 | return 1; | 682 | return 1; |
683 | } | 683 | } |
684 | 684 | ||