diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-26 00:37:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-26 00:37:00 +0000 |
commit | c6f188def8c5496dbd65c9be6ca3050286db7227 (patch) | |
tree | d8e1e56c728628c15f66cb88a6e54f368c806939 /util-linux/fsck_minix.c | |
parent | e63a0dee9e559110bcaec494ae5e7fc78c4141c7 (diff) | |
download | busybox-w32-c6f188def8c5496dbd65c9be6ca3050286db7227.tar.gz busybox-w32-c6f188def8c5496dbd65c9be6ca3050286db7227.tar.bz2 busybox-w32-c6f188def8c5496dbd65c9be6ca3050286db7227.zip |
silly size savings and capitalization fixes
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; |