summaryrefslogtreecommitdiff
path: root/procfs/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'procfs/main.c')
-rw-r--r--procfs/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/procfs/main.c b/procfs/main.c
index d07dea80..d775b325 100644
--- a/procfs/main.c
+++ b/procfs/main.c
@@ -120,15 +120,15 @@ argp_parser (int key, char *arg, struct argp_state *state)
case NODEV_KEY:
/* Ignored for compatibility with Linux' procfs. */
- ;;
+ break;
case NOEXEC_KEY:
/* Ignored for compatibility with Linux' procfs. */
- ;;
+ break;
case NOSUID_KEY:
/* Ignored for compatibility with Linux' procfs. */
- ;;
+ break;
default:
return ARGP_ERR_UNKNOWN;