diff options
Diffstat (limited to 'src/rc/mountinfo.c')
-rw-r--r-- | src/rc/mountinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c index 9382738b..e5d1d3f2 100644 --- a/src/rc/mountinfo.c +++ b/src/rc/mountinfo.c @@ -451,8 +451,8 @@ mountinfo(int argc, char **argv) args.mount_type = mount_from; break; - case_RC_COMMON_GETOPT - } + case_RC_COMMON_GETOPT + } } while (optind < argc) { |