diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-19 02:33:11 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-19 02:33:11 -0500 |
commit | c7cc685458d22b8fd78a9d8be4c0e7d456ff14a1 (patch) | |
tree | b5aeab066e33c63b9c20d037bd4f96142d5a45fe /src/rc/mountinfo.c | |
parent | ef1ff1b4f29762d1caf83dc2b65ccfc7cb96e140 (diff) |
rc: fix style around case_RC_COMMON_GETOPT
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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) { |