diff -r dc9e61e67484 -r 3ae3fccb439e misc/openalbridge/loaders.h --- a/misc/openalbridge/loaders.h Sat Apr 17 23:03:52 2010 +0000 +++ b/misc/openalbridge/loaders.h Sun Apr 18 23:19:15 2010 +0000 @@ -25,10 +25,10 @@ #ifdef __CPLUSPLUS extern "C" { #endif - - int load_wavpcm (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq); - int load_oggvorbis (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq); - + + int load_wavpcm (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq); + int load_oggvorbis (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq); + #ifdef __CPLUSPLUS } #endif