diff options
Diffstat (limited to 'Alc/null.c')
-rw-r--r-- | Alc/null.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |