diff options
author | Chris Robinson <[email protected]> | 2012-05-09 16:28:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-05-09 16:28:16 -0700 |
commit | 259e4f5b385cb3313a221ecf5f9ae0765644580f (patch) | |
tree | 6d28a7a49ea4d040d393793a0016c83039389d75 /OpenAL32 | |
parent | e44229c74e8945812eeea0a92031e3e53283716f (diff) |
Rename AllDevice -> AllDevices
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 76a0bfbc..85d8a0b1 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -671,7 +671,7 @@ ALCcontext *GetContextRef(void); void ALCcontext_IncRef(ALCcontext *context); void ALCcontext_DecRef(ALCcontext *context); -void AppendAllDeviceList(const ALCchar *name); +void AppendAllDevicesList(const ALCchar *name); void AppendCaptureDeviceList(const ALCchar *name); static __inline void LockDevice(ALCdevice *device) |