]> git.sesse.net Git - vlc/blobdiff - modules/control/http/macros.h
Remove INT64_C hack.
[vlc] / modules / control / http / macros.h
index c629bf1f7c0f01e077c3c2bc8b8ec0949692fe0f..cf54260b5ebfd64fa6996eeac67858bb594e9be9 100644 (file)
@@ -74,9 +74,9 @@ enum macroType
 };
 
 /* Static mapping of macros type to macro strings */
-static struct
+static const struct
 {
-    char *psz_name;
+    const char *psz_name;
     int  i_type;
 }
 StrToMacroTypeTab [] =