From d80f68286c72a84fb77235f4753adcb59eadb44f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 2 Jan 2018 14:19:26 -0200 Subject: [PATCH] client: Remove use of double const argument --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index d3aee45e1..a52599deb 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; -- 2.47.3