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 ac54b487..43935def 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -233,7 +233,7 @@ static ALCboolean DSoundOpenPlayback(ALCdevice *device, const ALCchar *deviceNam pData = calloc(1, sizeof(DSoundData)); if(!pData) { - alcSetError(ALC_OUT_OF_MEMORY); + alcSetError(device, ALC_OUT_OF_MEMORY); DSoundUnload(); return ALC_FALSE; } |