1.1 --- a/src/audio/arts/SDL_artsaudio.h Sat May 18 12:48:50 2013 -0700
1.2 +++ b/src/audio/arts/SDL_artsaudio.h Sat May 18 14:17:52 2013 -0700
1.3 @@ -28,7 +28,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 @@ -46,7 +46,7 @@
1.13 float frame_ticks;
1.14 float next_frame;
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_artscaudio_h */
1.20 /* vi: set ts=4 sw=4 expandtab: */