Whamcloud - gitweb
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 dfd12e8..29cd462 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 */