comparison src/audio/ums/SDL_umsaudio.c @ 3876:cf4744dbb1cf SDL-1.2

Fixed bug #316 Looks like this is a long standing typo... is this code even used anymore?
author Sam Lantinga <slouken@libsdl.org>
date Sun, 24 Sep 2006 00:55:00 +0000
parents d910939febfa
children a1b03ba2fcd0
comparison
equal deleted inserted replaced
3875:fbde7ed1a835 3876:cf4744dbb1cf
134 #endif 134 #endif
135 return this; 135 return this;
136 } 136 }
137 137
138 AudioBootStrap UMS_bootstrap = { 138 AudioBootStrap UMS_bootstrap = {
139 UMS_DRIVER_NAME, "AUX UMS audio", 139 UMS_DRIVER_NAME, "AIX UMS audio",
140 Audio_Available, Audio_CreateDevice 140 Audio_Available, Audio_CreateDevice
141 }; 141 };
142 142
143 static Uint8 *UMS_GetAudioBuf(_THIS) 143 static Uint8 *UMS_GetAudioBuf(_THIS)
144 { 144 {