* fish/completion.c (commands): Declare with a 2nd "const".
[libguestfs.git] / fish / completion.c
index d7dfc49..e44c388 100644 (file)
@@ -33,7 +33,7 @@
 
 #ifdef HAVE_LIBREADLINE
 
-static const char *commands[] = {
+static const char *const commands[] = {
   "add",
   "add-cdrom",
   "add-drive",