aboutsummaryrefslogtreecommitdiff
path: root/sword2/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/debug.cpp')
-rw-r--r--sword2/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/debug.cpp b/sword2/debug.cpp
index 41a0e184ad..6f2cb6891e 100644
--- a/sword2/debug.cpp
+++ b/sword2/debug.cpp
@@ -547,7 +547,7 @@ void Print_current_info(void) //Tony30Oct96
//--------------------------------------------------------------------------------------
#else // not debug
-void Draw_debug_graphics(void) {};
+void Draw_debug_graphics(void) {}
#endif // _SWORD2_DEBUG
//--------------------------------------------------------------------------------------