1.1 --- a/src/audio/dsp/SDL_dspaudio.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/src/audio/dsp/SDL_dspaudio.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -26,7 +26,7 @@
1.4 #include "../SDL_sysaudio.h"
1.5
1.6 /* Hidden "this" pointer for the audio functions */
1.7 -#define _THIS SDL_AudioDevice *this
1.8 +#define _THIS SDL_AudioDevice *this
1.9
1.10 struct SDL_PrivateAudioData
1.11 {
1.12 @@ -37,7 +37,7 @@
1.13 Uint8 *mixbuf;
1.14 int mixlen;
1.15 };
1.16 -#define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
1.17 +#define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
1.18
1.19 #endif /* _SDL_dspaudio_h */
1.20 /* vi: set ts=4 sw=4 expandtab: */