]> git.sesse.net Git - vlc/commitdiff
loader: fix a warning
authorRafaël Carré <funman@videolan.org>
Tue, 29 Jan 2008 13:18:01 +0000 (13:18 +0000)
committerRafaël Carré <funman@videolan.org>
Tue, 29 Jan 2008 13:18:01 +0000 (13:18 +0000)
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)