Diff between 067c2e793e41765300006648b1fa546b42913805 and 686dc41f0fb5fc465a8e6cc47680108cf1bcba3b
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +1 | -1 | modified |
Full Patch
diff --git a/client/main.c b/client/main.c
index 0095aa0..4d82680 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;
}