aboutsummaryrefslogtreecommitdiff
path: root/sky/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/debug.cpp')
-rw-r--r--sky/debug.cpp2
1 files changed, 1 insertions, 1 deletions
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);
-};
+}