(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
This commit is contained in:
@@ -61,7 +61,7 @@ struct DebugLevel {
|
||||
|
||||
#if !defined(NO_DEBUG_MESSAGES)
|
||||
|
||||
void CDECL debug_print(const char *dbg, const char *buf)
|
||||
static void debug_print(const char *dbg, const char *buf)
|
||||
{
|
||||
#if defined(ENABLE_NETWORK)
|
||||
if (_debug_socket != INVALID_SOCKET) {
|
||||
|
||||
Reference in New Issue
Block a user