Logging: Fix typo in preprocessor constant name

This commit is contained in:
Exzap
2023-03-13 05:34:53 +01:00
parent 8ce3f834c4
commit 040cc27a40
+1 -1
View File
@@ -2,7 +2,7 @@
// printf-style macros that are only active in non-release builds
#ifndef CEMU_DEBUG_ASSERTS
#ifndef CEMU_DEBUG_ASSERT
#define debug_printf(...)
static void debugBreakpoint() { }
#else