comparison src/audio/nas/SDL_nasaudio.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 18393b045759
comparison
equal deleted inserted replaced
3796:b19680c84cdf 3797:9dc81c6acaf5
35 #endif 35 #endif
36 #include <sys/time.h> 36 #include <sys/time.h>
37 37
38 #include "../SDL_sysaudio.h" 38 #include "../SDL_sysaudio.h"
39 39
40 /* Hidden "this" pointer for the video functions */ 40 /* Hidden "this" pointer for the audio functions */
41 #define _THIS SDL_AudioDevice *this 41 #define _THIS SDL_AudioDevice *this
42 42
43 struct SDL_PrivateAudioData 43 struct SDL_PrivateAudioData
44 { 44 {
45 AuServer *aud; 45 AuServer *aud;