Mercurial > sdl-ios-xcode
diff src/audio/macrom/SDL_romaudio.c @ 2060:866052b01ee5
indent is evil
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 28 Oct 2006 16:48:03 +0000 |
parents | d22372343744 |
children | 79c1bd651f04 |
line wrap: on
line diff
--- a/src/audio/macrom/SDL_romaudio.c Sat Oct 28 16:41:54 2006 +0000 +++ b/src/audio/macrom/SDL_romaudio.c Sat Oct 28 16:48:03 2006 +0000 @@ -190,7 +190,7 @@ /* Initialize all variables that we clean on shutdown */ this->hidden = (struct SDL_PrivateAudioData *) - SDL_malloc((sizeof *this->hidden)); + SDL_malloc((sizeof *this->hidden)); if (this->hidden == NULL) { SDL_OutOfMemory(); return 0; @@ -292,7 +292,7 @@ } static int -SNDMGR_Init(SDL_AudioDriverImpl *impl) +SNDMGR_Init(SDL_AudioDriverImpl * impl) { /* Set the function pointers */ impl->OpenDevice = SNDMGR_OpenDevice;