diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index 91ac6499..111183f3 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -230,7 +230,7 @@ static ALCboolean DSoundOpenPlayback(ALCdevice *device, const ALCchar *deviceNam pData = calloc(1, sizeof(DSoundData)); if(!pData) { - SetALCError(ALC_OUT_OF_MEMORY); + alcSetError(ALC_OUT_OF_MEMORY); DSoundUnload(); return ALC_FALSE; } |