From 04c8bb5da416fb26239f21c319966d9f03449dcc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 29 Jan 2008 13:18:01 +0000 Subject: [PATCH] loader: fix a warning --- libs/loader/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/loader/win32.c b/libs/loader/win32.c index 3581d3e6ce..7f4acf1212 100644 --- a/libs/loader/win32.c +++ b/libs/loader/win32.c @@ -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) -- 2.39.2