aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 098e63663..3a241540e 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -402,11 +402,11 @@ extern int mount_main(int argc, char **argv)
402 case 'f': 402 case 'f':
403 fakeIt = TRUE; 403 fakeIt = TRUE;
404 break; 404 break;
405#ifdef CONFIG_FEATURE_MTAB_SUPPORT
406 case 'n': 405 case 'n':
406#ifdef CONFIG_FEATURE_MTAB_SUPPORT
407 useMtab = FALSE; 407 useMtab = FALSE;
408 break;
409#endif 408#endif
409 break;
410 case 'v': 410 case 'v':
411 break; /* ignore -v */ 411 break; /* ignore -v */
412 } 412 }