aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/null.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/null.c
parente1e47c6e437b58a07cc447cf212dd6ec61fdfbc0 (diff)
Rename the ERROR macro to ERR
Diffstat (limited to 'Alc/null.c')
-rw-r--r--Alc/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/null.c b/Alc/null.c
index c6e7d1fb..1a3072e8 100644
--- a/Alc/null.c
+++ b/Alc/null.c
@@ -109,7 +109,7 @@ static ALCboolean null_reset_playback(ALCdevice *device)
data->buffer = malloc(data->size);
if(!data->buffer)
{
- ERROR("Buffer malloc failed\n");
+ ERR("Buffer malloc failed\n");
return ALC_FALSE;
}
SetDefaultWFXChannelOrder(device);