Whamcloud - gitweb
Add missing break statement so e2fsck -k actually works.
authorTheodore Ts'o <tytso@mit.edu>
Fri, 27 Feb 2004 15:39:27 +0000 (10:39 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 27 Feb 2004 15:39:27 +0000 (10:39 -0500)
(Addresses Debian Bug #234993)

e2fsck/unix.c

index 55dcfc1..89c2fa6 100644 (file)
@@ -678,6 +678,7 @@ static errcode_t PRS(int argc, char *argv[], e2fsck_t *ret_ctx)
 #endif
                case 'k':
                        keep_bad_blocks++;
+                       break;
                default:
                        usage(ctx);
                }