From 259e4f5b385cb3313a221ecf5f9ae0765644580f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 9 May 2012 16:28:16 -0700 Subject: Rename AllDevice -> AllDevices --- Alc/backends/solaris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/backends/solaris.c') diff --git a/Alc/backends/solaris.c b/Alc/backends/solaris.c index 7f456609..215e7209 100644 --- a/Alc/backends/solaris.c +++ b/Alc/backends/solaris.c @@ -272,7 +272,7 @@ void alc_solaris_probe(enum DevProbe type) struct stat buf; if(stat(solaris_driver, &buf) == 0) #endif - AppendAllDeviceList(solaris_device); + AppendAllDevicesList(solaris_device); } break; -- cgit v1.2.3