-rw-r--r-- | libopie2/opiecore/odebug.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libopie2/opiecore/odebug.h b/libopie2/opiecore/odebug.h index b040166..3851a41 100644 --- a/libopie2/opiecore/odebug.h +++ b/libopie2/opiecore/odebug.h | |||
@@ -474,10 +474,11 @@ void odClearDebugConfig(); | |||
474 | 474 | ||
475 | #ifdef OPIE_NO_DEBUG | 475 | #ifdef OPIE_NO_DEBUG |
476 | #define odDebug ondDebug | 476 | #define odDebug ondDebug |
477 | #define odBacktrace ondBacktrace | 477 | #define odBacktrace ondBacktrace |
478 | #endif | 478 | #endif |
479 | 479 | ||
480 | #endif | ||
481 | |||
482 | } | 480 | } |
483 | } | 481 | } |
482 | |||
483 | #endif | ||
484 | |||