summaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 82634ff83..f9757a723 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -6904,7 +6904,7 @@ static int builtin_continue(char **argv)
6904#endif 6904#endif
6905 6905
6906#if ENABLE_HUSH_FUNCTIONS 6906#if ENABLE_HUSH_FUNCTIONS
6907static int builtin_return(char **argv UNUSED_PARAM) 6907static int builtin_return(char **argv)
6908{ 6908{
6909 int rc; 6909 int rc;
6910 6910