comparison src/audio/nas/SDL_nasaudio.c @ 3822:748707e2ddd1 SDL-ryan-multiple-audio-device

Minor NAS tweak.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 07 Oct 2006 06:17:54 +0000
parents 18393b045759
children 76c5a414b996
comparison
equal deleted inserted replaced
3821:18393b045759 3822:748707e2ddd1
108 if (this->hidden->aud) { 108 if (this->hidden->aud) {
109 AuCloseServer(this->hidden->aud); 109 AuCloseServer(this->hidden->aud);
110 this->hidden->aud = 0; 110 this->hidden->aud = 0;
111 } 111 }
112 SDL_free(this->hidden); 112 SDL_free(this->hidden);
113 this->hidden = NULL; 113 this2 = this->hidden = NULL;
114 } 114 }
115 } 115 }
116 116
117 static unsigned char 117 static unsigned char
118 sdlformat_to_auformat(unsigned int fmt) 118 sdlformat_to_auformat(unsigned int fmt)