diff options
Diffstat (limited to 'src/sleep/sleep.c')
-rw-r--r-- | src/sleep/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sleep/sleep.c b/src/sleep/sleep.c index f108529bbd..65e391d02a 100644 --- a/src/sleep/sleep.c +++ b/src/sleep/sleep.c @@ -352,7 +352,7 @@ static int parse_argv(int argc, char *argv[]) { assert(argv); while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) - switch(c) { + switch (c) { case 'h': return help(); |