diff options
author | Chris Robinson <[email protected]> | 2011-09-10 02:13:52 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-10 02:13:52 -0700 |
commit | 18cf6e3210a2427082c84b58e840565ca246fecb (patch) | |
tree | 28526fad7e540c96112a67ff591883c6bcbe3ca6 /OpenAL32 | |
parent | c9205a58ae41b96204263bd25e9ac2369ef10028 (diff) |
Fix a parameter type
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |