comparison src/audio/windx5/SDL_dx5audio.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 efdfe292bd88
comparison
equal deleted inserted replaced
3796:b19680c84cdf 3797:9dc81c6acaf5
26 26
27 #include "directx.h" 27 #include "directx.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 /* The DirectSound objects */ 34 /* The DirectSound objects */
35 struct SDL_PrivateAudioData 35 struct SDL_PrivateAudioData
36 { 36 {