]> git.sesse.net Git - vlc/blobdiff - libs/loader/win32.c
loader: fix a warning
[vlc] / libs / loader / win32.c
index 3581d3e6ceae231edee4e3fbaa462480d11aba1e..7f4acf121296f902d385b21ad02325ddfe536df4 100644 (file)
@@ -212,7 +212,7 @@ static void longcount_stub(long long* z)
 #endif
 int LOADER_DEBUG=1; // active only if compiled with -DDETAILED_OUT
 //#define DETAILED_OUT
-static inline void dbgprintf(char* fmt, ...)
+static inline void dbgprintf(const char* fmt, ...)
 {
 #ifdef DETAILED_OUT
     if(LOADER_DEBUG)