diff options
Diffstat (limited to 'Alc/winmm.c')
-rw-r--r-- | Alc/winmm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/winmm.c b/Alc/winmm.c index 67865f26..e2a4a7b9 100644 --- a/Alc/winmm.c +++ b/Alc/winmm.c @@ -440,7 +440,7 @@ void alcWinMMDeinit() NumCaptureDevices = 0; } -void alcWinMMProbe(ALCboolean capture) +void alcWinMMProbe(int type) { ALuint lLoop; |