Diff between c75500df329173b81bed26a151fba793c5b492e9 and d80f68286c72a84fb77235f4753adcb59eadb44f

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 d3aee45..a52599d 100644
--- a/client/main.c
+++ b/client/main.c
@@ -2136,7 +2136,7 @@ static char *attribute_generator(const char *text, int state)
 }
 
 static char *argument_generator(const char *text, int state,
-					const char * const *args_list)
+					const char *args_list[])
 {
 	static int index, len;
 	const char *arg;