diff options
Diffstat (limited to 'include/chilldebug.h')
-rw-r--r-- | include/chilldebug.h | 2 |
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 { \ |