summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sinksh/repl/linenoise.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/repl/linenoise.hpp b/sinksh/repl/linenoise.hpp
index fa7aa7f..251da7f 100644
--- a/sinksh/repl/linenoise.hpp
+++ b/sinksh/repl/linenoise.hpp
@@ -1827,7 +1827,7 @@ inline int completeLine(struct linenoiseState *ls, char *cbuf, int *c) {
1827} 1827}
1828 1828
1829/* Register a callback function to be called for tab-completion. */ 1829/* Register a callback function to be called for tab-completion. */
1830static void SetCompletionCallback(CompletionCallback fn) { 1830inline void SetCompletionCallback(CompletionCallback fn) {
1831 completionCallback = fn; 1831 completionCallback = fn;
1832} 1832}
1833 1833