diff options
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; |