comparison src/audio/arts/SDL_artsaudio.h @ 3797:9dc81c6acaf5 SDL-ryan-multiple-audio-device

Cut-and-paste typo fix.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Oct 2006 20:42:39 +0000
parents c121d94672cb
children 35d1367020a3
comparison
equal deleted inserted replaced
3796:b19680c84cdf 3797:9dc81c6acaf5
26 26
27 #include <artsc.h> 27 #include <artsc.h>
28 28
29 #include "../SDL_sysaudio.h" 29 #include "../SDL_sysaudio.h"
30 30
31 /* Hidden "this" pointer for the video functions */ 31 /* Hidden "this" pointer for the audio functions */
32 #define _THIS SDL_AudioDevice *this 32 #define _THIS SDL_AudioDevice *this
33 33
34 struct SDL_PrivateAudioData 34 struct SDL_PrivateAudioData
35 { 35 {
36 /* The stream descriptor for the audio device */ 36 /* The stream descriptor for the audio device */