diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -312,7 +312,7 @@ static int xrpmatch(const char *response) { } } -int ynprompt() { +int ynprompt(void) { fflush(stderr); char *line = xgetdelim(stdin, '\n'); |