From: Theodore Ts'o Date: Thu, 21 Jun 2007 17:31:13 +0000 (-0400) Subject: Fix gcc -Wall bug in e2fsck X-Git-Tag: E2FSPROGS-1_40~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df361363011a1d68e78e31c0f10e9606a79cdb12;p=thirdparty%2Fe2fsprogs.git Fix gcc -Wall bug in e2fsck Remove extraneous return after fatal_error(). Signed-off-by: "Theodore Ts'o" --- diff --git a/e2fsck/unix.c b/e2fsck/unix.c index b01a62a38..5a617d91c 100644 --- a/e2fsck/unix.c +++ b/e2fsck/unix.c @@ -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)