]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix typo (errant extra character).
authorTheodore Ts'o <tytso@mit.edu>
Wed, 11 Dec 2002 17:14:43 +0000 (12:14 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 11 Dec 2002 17:14:43 +0000 (12:14 -0500)
e2fsck/problem.c

index dfd12e802c5dfa2e0ab0ea062ea06da7f8d0db29..29cd462c65180c37664a5c30cd65a4ab5bb69e89 100644 (file)
@@ -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 */