]> git.sesse.net Git - vlc/commitdiff
Spare 9 relocations
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 27 May 2008 18:11:35 +0000 (21:11 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 27 May 2008 18:11:35 +0000 (21:11 +0300)
modules/control/http/macro.c

index c676d102c23060da9a7f15f40e8c7e0f94b5436b..7dde365b198104b2f8af2ccb12716aaa7de90db6 100644 (file)
@@ -535,7 +535,7 @@ static void MacroDo( httpd_file_sys_t *p_args,
                 case MVLC_VLM_NEW:
                 case MVLC_VLM_SETUP:
                 {
-                    static const char *vlm_properties[] =
+                    static const char vlm_properties[][9] =
                     {
                         /* no args */
                         "enabled", "disabled", "loop", "unloop",