diff options
Diffstat (limited to 'shell/bbsh.c')
-rw-r--r-- | shell/bbsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/bbsh.c b/shell/bbsh.c index c3726263a..83132f928 100644 --- a/shell/bbsh.c +++ b/shell/bbsh.c | |||
@@ -199,7 +199,7 @@ static void handle(char *command) | |||
199 | } | 199 | } |
200 | 200 | ||
201 | int bbsh_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 201 | int bbsh_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
202 | int bbsh_main(int argc, char **argv) | 202 | int bbsh_main(int argc UNUSED_PARAM, char **argv) |
203 | { | 203 | { |
204 | char *command=NULL; | 204 | char *command=NULL; |
205 | FILE *f; | 205 | FILE *f; |