aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/opensl.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-07-13 01:43:00 -0700
committerChris Robinson <[email protected]>2011-07-13 01:43:00 -0700
commit17773c56449475c1d255d839b89400668f15f40f (patch)
tree8907c354b007a6ac38e5d2b8b5b1c2f7312107a0 /Alc/opensl.c
parente1e47c6e437b58a07cc447cf212dd6ec61fdfbc0 (diff)
Rename the ERROR macro to ERR
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 */