aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-10 02:13:52 -0700
committerChris Robinson <[email protected]>2011-09-10 02:13:52 -0700
commit18cf6e3210a2427082c84b58e840565ca246fecb (patch)
tree28526fad7e540c96112a67ff591883c6bcbe3ca6 /Alc
parentc9205a58ae41b96204263bd25e9ac2369ef10028 (diff)
Fix a parameter type
Diffstat (limited to 'Alc')
-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)
{