comparison src/audio/ums/SDL_umsaudio.c @ 2041:4a32d186f35b

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:19 +0000
parents 3b4ce57c6215
children 5f6550e5184f c8b3d3d13ed1
comparison
equal deleted inserted replaced
2040:be848c07f0b9 2041:4a32d186f35b
149 #endif 149 #endif
150 return this; 150 return this;
151 } 151 }
152 152
153 AudioBootStrap UMS_bootstrap = { 153 AudioBootStrap UMS_bootstrap = {
154 UMS_DRIVER_NAME, "AUX UMS audio", 154 UMS_DRIVER_NAME, "AIX UMS audio",
155 Audio_Available, Audio_CreateDevice 155 Audio_Available, Audio_CreateDevice
156 }; 156 };
157 157
158 static Uint8 * 158 static Uint8 *
159 UMS_GetAudioBuf(_THIS) 159 UMS_GetAudioBuf(_THIS)