diff options
Diffstat (limited to 'bin/1sh/histedit.c')
-rw-r--r-- | bin/1sh/histedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/histedit.c b/bin/1sh/histedit.c index 437cb15c..e0bda06e 100644 --- a/bin/1sh/histedit.c +++ b/bin/1sh/histedit.c @@ -525,7 +525,7 @@ bindcmd(int argc, char **argv) el_get(el, EL_GETFP, 1, &old); el_set(el, EL_SETFP, 1, out); - ret = el_parse(el, argc, __DECONST(const char **, argv)); + ret = el_parse(el, argc, (const char **)(argv)); el_set(el, EL_SETFP, 1, old); |