aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cubeb_opensl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cubeb_opensl.c b/src/cubeb_opensl.c
index ba9f208..2a8e4a2 100644
--- a/src/cubeb_opensl.c
+++ b/src/cubeb_opensl.c
@@ -32,7 +32,7 @@
#ifdef LOG
#undef LOG
#endif
-//#define LOGGING_ENABLED
+// #define LOGGING_ENABLED
#ifdef LOGGING_ENABLED
#define LOG(args...) \
__android_log_print(ANDROID_LOG_INFO, "Cubeb_OpenSL", ##args)
@@ -40,7 +40,7 @@
#define LOG(...)
#endif
-//#define TIMESTAMP_ENABLED
+// #define TIMESTAMP_ENABLED
#ifdef TIMESTAMP_ENABLED
#define FILENAME \
(strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)