Mercurial > sdl-ios-xcode
diff src/audio/dummy/SDL_dummyaudio.c @ 2060:866052b01ee5
indent is evil
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 28 Oct 2006 16:48:03 +0000 |
parents | 5f6550e5184f |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/audio/dummy/SDL_dummyaudio.c Sat Oct 28 16:41:54 2006 +0000 +++ b/src/audio/dummy/SDL_dummyaudio.c Sat Oct 28 16:48:03 2006 +0000 @@ -32,11 +32,11 @@ static int DUMMYAUD_OpenDevice(_THIS, const char *devname, int iscapture) { - return 1; /* always succeeds. */ + return 1; /* always succeeds. */ } static int -DUMMYAUD_Init(SDL_AudioDriverImpl *impl) +DUMMYAUD_Init(SDL_AudioDriverImpl * impl) { /* Set the function pointers */ impl->OpenDevice = DUMMYAUD_OpenDevice;