]> git.sesse.net Git - vlc/blobdiff - src/extras/getopt1.c
Useless vlc_object_wait() usage
[vlc] / src / extras / getopt1.c
index 5a7be9298c9d5afa601dd14c2fee2e3980e8f7db..c10b9069a94d6532e911bd369cdae1ed861213f6 100644 (file)
@@ -108,7 +108,7 @@ int
     {
         int this_option_optind = optind ? optind : 1;
         int option_index = 0;
-        static struct option long_options[] =
+        static const struct option long_options[] =
         {
             {"add", 1, 0, 0},
             {"append", 0, 0, 0},