diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 1a603317627d..5270f60dd9f7 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -122,7 +122,7 @@ histedit(void) el_set(el, EL_PROMPT, getprompt); el_set(el, EL_ADDFN, "sh-complete", "Filename completion", - _el_fn_sh_complete); + _el_fn_complete); } else { bad: out2fmt_flush("sh: can't initialize editing\n");