diff options
-rw-r--r-- | client/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/main.c b/client/main.c index 0095aa014..4d82680fb 100644 --- a/client/main.c +++ b/client/main.c @@ -2215,7 +2215,7 @@ static char *generic_generator(const char *text, int state, if (!strncasecmp(str, text, len)) return strdup(str); - } + } return NULL; } |