From 72f0c86eb3ecdda4cab53213302fad645bc571f0 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 25 Mar 2005 01:23:52 +0000 Subject: Cleaned up a bit by adding a base Window class. --- src/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug.cpp') diff --git a/src/debug.cpp b/src/debug.cpp index 593069f..f697041 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -221,7 +221,7 @@ const char *MsgName(UINT msg) const char *MsgName(UINT msg) { - return "Not available"; + return ""; } #endif // W32D_DEBUG -- cgit v1.2.3