From 6ada3e4e79954a3dfce7e8edfc810a81c7ddc85f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 15 Nov 2007 19:26:18 +0100 Subject: mount: drop the part always true from a while condition Signed-off-by: Pascal Terjan --- mount/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mount/mount.c') diff --git a/mount/mount.c b/mount/mount.c index 7a6ae004a..4d2fefbbd 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -658,7 +658,7 @@ check_special_mountprog(const char *spec, const char *node, const char *type, in if (verbose > 2) { i = 0; - while(verbose > 2 && mountargs[i]) { + while(mountargs[i]) { printf("mount: external mount: argv[%d] = \"%s\"\n", i, mountargs[i]); i++; -- cgit v1.2.3-55-g7522