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 a2ca7a566..3ebc58b1f 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c @@ -322,12 +322,12 @@ static int ask(const char *string, int def) int c; if (!repair) { - printf("\n"); + puts(""); errors_uncorrected = 1; return 0; } if (automatic) { - printf("\n"); + puts(""); if (!def) errors_uncorrected = 1; return def; |