aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r--shell/shell_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c
index 2244a3c97..1567d1de4 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -500,7 +500,6 @@ shell_builtin_ulimit(char **argv)
500 /* bad option. getopt already complained. */ 500 /* bad option. getopt already complained. */
501 break; 501 break;
502 } 502 }
503
504 } /* while (there are options) */ 503 } /* while (there are options) */
505 504
506 return 0; 505 return 0;