From ce42f4d3dd461ced69470ea70e4f840c8abfb246 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 21 Aug 2003 13:39:21 +0000 Subject: patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local bits in my tree svn-id: r9807 --- sky/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sky/debug.cpp') diff --git a/sky/debug.cpp b/sky/debug.cpp index df46f5825b..cb7ddb067f 100644 --- a/sky/debug.cpp +++ b/sky/debug.cpp @@ -1260,5 +1260,5 @@ void SkyDebug::script(uint32 command, uint16 *scriptData) { void SkyDebug::mcode(uint32 mcode, uint32 a, uint32 b, uint32 c) { debug(6, "MCODE: %s(%d, %d, %d)", mcodes[mcode], a, b, c); -}; +} -- cgit v1.2.3