diff options
Diffstat (limited to 'util-linux/fsck_minix.c')
-rw-r--r-- | util-linux/fsck_minix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index 531c1ea..5f92f35 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c @@ -307,12 +307,12 @@ static int ask(const char *string, int def) int c; if (!repair) { - puts(""); + bb_putchar('\n'); errors_uncorrected = 1; return 0; } if (automatic) { - puts(""); + bb_putchar('\n'); if (!def) errors_uncorrected = 1; return def; |