--- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index d487eaf..68e7635 100644 --- a/client/main.c +++ b/client/main.c @@ -2192,7 +2192,7 @@ static char *generic_generator(const char *text, int state, if (!strncasecmp(str, text, len)) return strdup(str); - } + } return NULL; } -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html