]> git.sesse.net Git - vlc/blobdiff - modules/control/http/macros.h
Declared many static variables const
[vlc] / modules / control / http / macros.h
index 4cddf7c2bd80b0504d88c25fd2935dda90d682c3..cf54260b5ebfd64fa6996eeac67858bb594e9be9 100644 (file)
@@ -74,7 +74,7 @@ enum macroType
 };
 
 /* Static mapping of macros type to macro strings */
-static struct
+static const struct
 {
     const char *psz_name;
     int  i_type;