summaryrefslogtreecommitdiff
path: root/include/chilldebug.h
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-10-06 16:07:35 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-10-06 16:07:35 -0600
commitf329ee2b4cfdde656d2fe30f2a2789d8a3774203 (patch)
treeea000895ad943188ebdded11f4311b4e1cf011bb /include/chilldebug.h
parentb7a50e256d0ac6ec120050173b37f34d434ef325 (diff)
downloadchill-f329ee2b4cfdde656d2fe30f2a2789d8a3774203.tar.gz
chill-f329ee2b4cfdde656d2fe30f2a2789d8a3774203.tar.bz2
chill-f329ee2b4cfdde656d2fe30f2a2789d8a3774203.zip
cleanup
Diffstat (limited to 'include/chilldebug.h')
-rw-r--r--include/chilldebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/chilldebug.h b/include/chilldebug.h
index 010687a..6a1b95b 100644
--- a/include/chilldebug.h
+++ b/include/chilldebug.h
@@ -11,7 +11,7 @@
// This thing below potentially create leaks
#define FILENAME basename(strdup(__FILE__))
-#ifdef DEBUGCHILL
+#ifdef DEBUGCHILL
#define CHILL_DEBUG_PRINT(format,args...) fprintf(stderr,"%15s | %15s | LN%-4d:\t" format,FILENAME,__FUNCTION__, \
__LINE__, ##args )
#define CHILL_DEBUG_BEGIN { \