diff options
Diffstat (limited to 'unix/main.c')
-rw-r--r-- | unix/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/main.c b/unix/main.c index 12aca6ddf2..ebab646275 100644 --- a/unix/main.c +++ b/unix/main.c @@ -28,7 +28,7 @@ char *str_join(const char *s1, int sep_char, const char *s2) { return s; } -void do_repl() { +void do_repl(void) { for (;;) { char *line = readline(">>> "); if (line == NULL) { |