diff -r 717b4e46e855 -r cfc6cd502f85 misc/openalbridge/openalbridge.c --- a/misc/openalbridge/openalbridge.c Mon Apr 19 15:30:11 2010 +0000 +++ b/misc/openalbridge/openalbridge.c Wed Apr 21 01:57:23 2010 +0000 @@ -40,7 +40,6 @@ /*Initialize an OpenAL contex and allocate memory space for data and buffers*/ ALCcontext *context; ALCdevice *device; - const ALCchar *default_device; prog = "OpenAL subsystem"; @@ -130,7 +129,7 @@ err_msg("(%s) INFO - closed", prog); - return AL_TRUE; + return; } ALboolean openal_ready(void) {