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 /Alc/backends/dsound.c | |
parent | e44229c74e8945812eeea0a92031e3e53283716f (diff) |
Rename AllDevice -> AllDevices
Diffstat (limited to 'Alc/backends/dsound.c')
-rw-r--r-- | Alc/backends/dsound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/dsound.c b/Alc/backends/dsound.c index 23d91b69..919160e9 100644 --- a/Alc/backends/dsound.c +++ b/Alc/backends/dsound.c @@ -995,7 +995,7 @@ void alcDSoundProbe(enum DevProbe type) else { for(i = 0;i < NumPlaybackDevices;i++) - AppendAllDeviceList(PlaybackDeviceList[i].name); + AppendAllDevicesList(PlaybackDeviceList[i].name); } break; |