Looks like this is a long standing typo... is this code even used anymore?

--HG--
branch : SDL-1.2
This commit is contained in:
Sam Lantinga
2006-09-24 00:55:00 +00:00
parent 79d620de8e
commit c4f57659ea

View File

@@ -136,7 +136,7 @@ static SDL_AudioDevice *Audio_CreateDevice(int devindex)
}
AudioBootStrap UMS_bootstrap = {
UMS_DRIVER_NAME, "AUX UMS audio",
UMS_DRIVER_NAME, "AIX UMS audio",
Audio_Available, Audio_CreateDevice
};