aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/ALc.c2
-rw-r--r--OpenAL32/Include/alMain.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index cca3c230..5a5746da 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1059,7 +1059,7 @@ static ALCboolean IsContext(ALCcontext *context)
Store latest ALC Error
*/
-ALCvoid alcSetError(ALCdevice *device, ALenum errorCode)
+ALCvoid alcSetError(ALCdevice *device, ALCenum errorCode)
{
if(TrapALCError)
{
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 4e596d09..5775e19b 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -641,7 +641,7 @@ void AppendDeviceList(const ALCchar *name);
void AppendAllDeviceList(const ALCchar *name);
void AppendCaptureDeviceList(const ALCchar *name);
-ALCvoid alcSetError(ALCdevice *device, ALenum errorCode);
+ALCvoid alcSetError(ALCdevice *device, ALCenum errorCode);
ALCvoid LockDevice(ALCdevice *device);
ALCvoid UnlockDevice(ALCdevice *device);