(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken

This commit is contained in:
smatz
2008-07-18 12:11:46 +00:00
parent 632e2059b9
commit 8fb9f600c8
5 changed files with 16 additions and 7 deletions

View File

@@ -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) {