summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/sh/histedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c
index 7e05232..4d7793b 100644
--- a/bin/sh/histedit.c
+++ b/bin/sh/histedit.c
@@ -481,7 +481,7 @@ bindcmd(int argc, char **argv)
if (el == NULL)
error("line editing is disabled");
- return (el_parse(el, argc, argv));
+ return (el_parse(el, argc, (const char **)argv));
}
#else
OpenPOWER on IntegriCloud