aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fsck_minix.c')
-rw-r--r--util-linux/fsck_minix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c
index 531c1ea0b..5f92f3511 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)
307 int c; 307 int c;
308 308
309 if (!repair) { 309 if (!repair) {
310 puts(""); 310 bb_putchar('\n');
311 errors_uncorrected = 1; 311 errors_uncorrected = 1;
312 return 0; 312 return 0;
313 } 313 }
314 if (automatic) { 314 if (automatic) {
315 puts(""); 315 bb_putchar('\n');
316 if (!def) 316 if (!def)
317 errors_uncorrected = 1; 317 errors_uncorrected = 1;
318 return def; 318 return def;