diff -r b7390a3040f8 -r a4b039ee2eb0 openalbridge/wrappers.h --- a/openalbridge/wrappers.h Sun Oct 11 20:40:03 2009 +0000 +++ b/openalbridge/wrappers.h Sun Oct 11 22:17:50 2009 +0000 @@ -25,15 +25,15 @@ #ifdef __CPLUSPLUS extern "C" { #endif - - void *Malloc (size_t nbytes); - void *Realloc (void *aptr, size_t nbytes); - FILE *Fopen (const char *fname, char *mode); - ALint AlGetError (const char *str); - ALint AlGetError2 (const char *str, int num); - void *helper_fadein (void *tmp); - void *helper_fadeout (void *tmp); - + + void *Malloc (size_t nbytes); + void *Realloc (void *aptr, size_t nbytes); + FILE *Fopen (const char *fname, char *mode); + ALint AlGetError (const char *str); + ALint AlGetError2 (const char *str, int num); + void *helper_fadein (void *tmp); + void *helper_fadeout (void *tmp); + #ifdef __CPLUSPLUS } #endif