aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/winmm.c
diff options
context:
space:
mode:
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;