]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Fix for libvlc_config crash (hopefully)
[vlc] / src / libvlc.h
index bb87dcd7a16fb327e8fc67e16bb0ec6b84373129..b64c2aeafd4a0a9fc9c40d979e46a4b022250628 100644 (file)
@@ -173,7 +173,7 @@ struct module_config_t
 };
 #endif
 
-extern const module_config_t libvlc_config[];
+extern module_config_t libvlc_config[];
 extern const size_t libvlc_config_count;
 
 #endif