aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-01-12 08:28:07 -0800
committerChris Robinson <[email protected]>2010-01-12 08:28:07 -0800
commit5921e18be29d04a1164c69be36289bf703418e11 (patch)
tree17e99619a264a43272c8866b927de7714c8f5216 /Alc
parent5b9e6fe440a0adadf19597f36e707c85f12815e1 (diff)
Fix some typos with the solaris backend
Diffstat (limited to 'Alc')
-rw-r--r--Alc/solaris.c2
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;