1.1 --- a/src/audio/dummy/SDL_dummyaudio.c Sat Oct 28 16:41:54 2006 +0000
1.2 +++ b/src/audio/dummy/SDL_dummyaudio.c Sat Oct 28 16:48:03 2006 +0000
1.3 @@ -32,11 +32,11 @@
1.4 static int
1.5 DUMMYAUD_OpenDevice(_THIS, const char *devname, int iscapture)
1.6 {
1.7 - return 1; /* always succeeds. */
1.8 + return 1; /* always succeeds. */
1.9 }
1.10
1.11 static int
1.12 -DUMMYAUD_Init(SDL_AudioDriverImpl *impl)
1.13 +DUMMYAUD_Init(SDL_AudioDriverImpl * impl)
1.14 {
1.15 /* Set the function pointers */
1.16 impl->OpenDevice = DUMMYAUD_OpenDevice;