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) | |||
322 | int c; | 322 | int c; |
323 | 323 | ||
324 | if (!repair) { | 324 | if (!repair) { |
325 | printf("\n"); | 325 | puts(""); |
326 | errors_uncorrected = 1; | 326 | errors_uncorrected = 1; |
327 | return 0; | 327 | return 0; |
328 | } | 328 | } |
329 | if (automatic) { | 329 | if (automatic) { |
330 | printf("\n"); | 330 | puts(""); |
331 | if (!def) | 331 | if (!def) |
332 | errors_uncorrected = 1; | 332 | errors_uncorrected = 1; |
333 | return def; | 333 | return def; |