diff options
author | Roy Marples <roy@marples.name> | 2007-09-25 22:45:57 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-25 22:45:57 +0000 |
commit | cc3c5ad11108c357a526845d4231a1e22aa5e8c2 (patch) | |
tree | 80a00bb136a72cc56e41f1bab03c71d040dbe426 /src/mountinfo.c | |
parent | da471b7deba436339bf8b3d9436212b9ef384257 (diff) |
fstabinto now behaves more like mountinfo with respect to --quiet
Diffstat (limited to 'src/mountinfo.c')
-rw-r--r-- | src/mountinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mountinfo.c b/src/mountinfo.c index a0250e83..fbc9da88 100644 --- a/src/mountinfo.c +++ b/src/mountinfo.c @@ -83,7 +83,7 @@ static int process_mount (char ***list, struct args *args, regexec (args->skip_options_regex, options, 0, NULL, 0) == 0) return (-1); - if (args->mounts) { + if (args->mounts) { bool found = false; int j; char *mnt; |