semicolos
This commit is contained in:
parent
d96e3c86ac
commit
ca648f24f6
@ -38,7 +38,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#if DEBUG
|
||||
#define Debug(__info,...) mvprintfw("Debug: " __info,##__VA_ARGS__) refresh()
|
||||
#define Debug(__info,...) mvprintfw("Debug: " __info,##__VA_ARGS__); refresh()
|
||||
#else
|
||||
#define Debug(__info,...)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user