aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 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)
{