commit | 68ef5e1f4c9a185f21be685b4cffe93bfce743a8 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Dec 11 12:14:43 2002 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Dec 11 12:14:43 2002 -0500 |
tree | 0f6d417e06f07d27aeb3f9247189489578e6c913 | |
parent | 54779c66e0720896573142debfd89cffaac57e3e [diff] [blame] |
Fix typo (errant extra character).
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 @@ /* 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 */