diff options
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r-- | shell/shell_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c index 57297155e..2b6f7dc92 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c | |||
@@ -493,7 +493,6 @@ shell_builtin_ulimit(char **argv) | |||
493 | /* bad option. getopt already complained. */ | 493 | /* bad option. getopt already complained. */ |
494 | break; | 494 | break; |
495 | } | 495 | } |
496 | |||
497 | } /* while (there are options) */ | 496 | } /* while (there are options) */ |
498 | 497 | ||
499 | return 0; | 498 | return 0; |