Fix some typos with the solaris backend

This commit is contained in:
Chris Robinson
2010-01-12 08:28:07 -08:00
parent 5b9e6fe440
commit 5921e18be2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -227,7 +227,7 @@ void alc_oss_deinit(void);
void alc_oss_probe(int type);
void alc_solaris_init(BackendFuncs *func_list);
void alc_solaris_deinit(void);
void alc_solarise_probe(int type);
void alc_solaris_probe(int type);
void alcDSoundInit(BackendFuncs *func_list);
void alcDSoundDeinit(void);
void alcDSoundProbe(int type);