From: Theodore Ts'o Date: Wed, 11 Dec 2002 17:14:43 +0000 (-0500) Subject: Fix typo (errant extra character). X-Git-Tag: E2FSPROGS-1_33-WIP-0306~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68ef5e1f4c9a185f21be685b4cffe93bfce743a8;p=thirdparty%2Fe2fsprogs.git Fix typo (errant extra character). --- diff --git a/e2fsck/problem.c b/e2fsck/problem.c index dfd12e802..29cd462c6 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 */