]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix gcc -Wall bug in e2fsck
authorTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jun 2007 17:31:13 +0000 (13:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jun 2007 17:31:13 +0000 (13:31 -0400)
Remove extraneous return after fatal_error().

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/unix.c

index b01a62a389e001ef5789440783a30becf65259e5..5a617d91cba0a9b75445e5b3eef393ffa65cb0d3 100644 (file)
@@ -1023,7 +1023,6 @@ restart:
                        fix_problem(ctx, PR_0_GETSIZE_ERROR, &pctx);
                        ctx->flags |= E2F_FLAG_ABORT;
                        fatal_error(ctx, 0);
-                       return;
                }
                ctx->flags |= E2F_FLAG_GOT_DEVSIZE;
                if (need_restart)