mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 11:45:13 -05:00
Fixed bug #316
Looks like this is a long standing typo... is this code even used anymore? --HG-- branch : SDL-1.2
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user