diff options
Diffstat (limited to 'e2fsck/problem.c')
-rw-r--r-- | e2fsck/problem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/problem.c b/e2fsck/problem.c index a164bb52..9f0b561d 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -1440,7 +1440,7 @@ static struct latch_descr pr_latch_info[] = { { -1, 0, 0 }, }; -static const struct e2fsck_problem *find_problem(int code) +static const struct e2fsck_problem *find_problem(problem_t code) { int i; |