client: Remove use of double const argument 82/204882/1
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 2 Jan 2018 16:19:26 +0000 (14:19 -0200)
committerAmit Purwar <amit.purwar@samsung.com>
Fri, 12 Apr 2019 12:02:24 +0000 (17:32 +0530)
Change-Id: Ia7869ba6fadb083393b2cda5f62b5de4214ea50a
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
client/main.c

index aaa6319..18c8256 100644 (file)
@@ -2142,7 +2142,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;