aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/winmm.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-05-09 16:28:16 -0700
committerChris Robinson <[email protected]>2012-05-09 16:28:16 -0700
commit259e4f5b385cb3313a221ecf5f9ae0765644580f (patch)
tree6d28a7a49ea4d040d393793a0016c83039389d75 /Alc/backends/winmm.c
parente44229c74e8945812eeea0a92031e3e53283716f (diff)
Rename AllDevice -> AllDevices
Diffstat (limited to 'Alc/backends/winmm.c')
-rw-r--r--Alc/backends/winmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/winmm.c b/Alc/backends/winmm.c
index 9669a20d..b7c637d6 100644
--- a/Alc/backends/winmm.c
+++ b/Alc/backends/winmm.c
@@ -756,7 +756,7 @@ void alcWinMMProbe(enum DevProbe type)
for(i = 0;i < NumPlaybackDevices;i++)
{
if(PlaybackDeviceList[i])
- AppendAllDeviceList(PlaybackDeviceList[i]);
+ AppendAllDevicesList(PlaybackDeviceList[i]);
}
break;