From 68ef5e1f4c9a185f21be685b4cffe93bfce743a8 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 11 Dec 2002 12:14:43 -0500 Subject: [PATCH] Fix typo (errant extra character). --- e2fsck/problem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2fsck/problem.c b/e2fsck/problem.c index dfd12e8..29cd462 100644 --- a/e2fsck/problem.c +++ b/e2fsck/problem.c @@ -696,7 +696,7 @@ static const struct e2fsck_problem problem_table[] = { /* HTREE too deep */ { PR_1_HTREE_DEPTH, N_("@h %i has a tree depth (%N) which is too big\n"), - PROMPT_CLEAR_HTREE, PR_PREEN_OK0 }, + PROMPT_CLEAR_HTREE, PR_PREEN_OK }, /* Pass 1b errors */ -- 1.8.3.1