diff options
Diffstat (limited to 'src/lib/ecore_audio')
-rw-r--r-- | src/lib/ecore_audio/ecore_audio_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ecore_audio/ecore_audio_private.h b/src/lib/ecore_audio/ecore_audio_private.h index 35afa85f4c..b997ea8e03 100644 --- a/src/lib/ecore_audio/ecore_audio_private.h +++ b/src/lib/ecore_audio/ecore_audio_private.h | |||
@@ -57,10 +57,10 @@ extern int _ecore_audio_log_dom; | |||
57 | #endif | 57 | #endif |
58 | #define WRN(...) EINA_LOG_DOM_WARN(_ecore_audio_log_dom, __VA_ARGS__) | 58 | #define WRN(...) EINA_LOG_DOM_WARN(_ecore_audio_log_dom, __VA_ARGS__) |
59 | 59 | ||
60 | #ifdef CRIT | 60 | #ifdef CRI |
61 | #undef CRIT | 61 | #undef CRI |
62 | #endif | 62 | #endif |
63 | #define CRIT(...) EINA_LOG_DOM_CRIT(_ecore_audio_log_dom, __VA_ARGS__) | 63 | #define CRI(...) EINA_LOG_DOM_CRIT(_ecore_audio_log_dom, __VA_ARGS__) |
64 | 64 | ||
65 | /** | 65 | /** |
66 | * @defgroup Ecore_Audio_Module_API_Group Ecore_Audio_Module_API - API for modules | 66 | * @defgroup Ecore_Audio_Module_API_Group Ecore_Audio_Module_API - API for modules |