diff options
Diffstat (limited to 'Alc/solaris.c')
-rw-r--r-- | Alc/solaris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/solaris.c b/Alc/solaris.c index 5461531f..e60ac976 100644 --- a/Alc/solaris.c +++ b/Alc/solaris.c @@ -290,7 +290,7 @@ void alc_solaris_deinit(void) { } -void alc_solaris_probe(ALCboolean capture) +void alc_solaris_probe(int type) { #ifdef HAVE_STAT struct stat buf; |