commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 04/09: procfs: fix argument parsing


From: Samuel Thibault
Subject: [hurd] 04/09: procfs: fix argument parsing
Date: Sun, 19 Apr 2015 14:13:42 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 785f4aea18b5705e63609001d2aa12871a774804
Author: Justus Winter <address@hidden>
Date:   Tue Apr 7 12:53:03 2015 +0200

    procfs: fix argument parsing
    
    * procfs/main.c (argp_parser): Fix argument parsing.
---
 procfs/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/procfs/main.c b/procfs/main.c
index d07dea8..d775b32 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]