aboutsummaryrefslogtreecommitdiff
path: root/src/mountinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mountinfo.c')
-rw-r--r--src/mountinfo.c2
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;