diff options
author | Chris Robinson <[email protected]> | 2010-01-12 08:28:07 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-01-12 08:28:07 -0800 |
commit | 5921e18be29d04a1164c69be36289bf703418e11 (patch) | |
tree | 17e99619a264a43272c8866b927de7714c8f5216 /Alc/solaris.c | |
parent | 5b9e6fe440a0adadf19597f36e707c85f12815e1 (diff) |
Fix some typos with the solaris backend
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; |