aboutsummaryrefslogtreecommitdiff
path: root/e2fsck/pass5.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2002-03-07 23:52:56 -0500
committerTheodore Ts'o <tytso@mit.edu>2002-03-07 23:52:56 -0500
commit546a1ff18cc912003883ff67ba3e87c69f700fc4 (patch)
treebe577f2c16e6ef6a4d02e7a00dba9f1ae264eaa2 /e2fsck/pass5.c
parent304905df4acb457faed3b807d31b84b46bebbd80 (diff)
downloade2fsprogs-546a1ff18cc912003883ff67ba3e87c69f700fc4.tar.gz
Fix various gcc -Wall complaints.
Diffstat (limited to 'e2fsck/pass5.c')
-rw-r--r--e2fsck/pass5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/pass5.c b/e2fsck/pass5.c
index ef3e166e..7fe7c6df 100644
--- a/e2fsck/pass5.c
+++ b/e2fsck/pass5.c
@@ -74,7 +74,7 @@ void e2fsck_pass5(e2fsck_t ctx)
#define NO_BLK ((blk_t) -1)
-static print_bitmap_problem(e2fsck_t ctx, int problem,
+static void print_bitmap_problem(e2fsck_t ctx, int problem,
struct problem_context *pctx)
{
switch (problem) {