aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/opensl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/opensl.c')
-rw-r--r--Alc/opensl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/opensl.c b/Alc/opensl.c
index 37b88f2b..40fa998f 100644
--- a/Alc/opensl.c
+++ b/Alc/opensl.c
@@ -161,7 +161,7 @@ static const char *res_str(SLresult result)
#define PRINTERR(x, s) do { \
if((x) != SL_RESULT_SUCCESS) \
- ERROR("%s: %s\n", (s), res_str((x))); \
+ ERR("%s: %s\n", (s), res_str((x))); \
} while(0)
/* this callback handler is called every time a buffer finishes playing */