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 09c4bd9..02e6050 100644 --- a/shell/bbsh.c +++ b/shell/bbsh.c @@ -198,7 +198,7 @@ static void handle(char *command) } } -int bbsh_main(int argc, char **argv); +int bbsh_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int bbsh_main(int argc, char **argv) { char *command=NULL; |