Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug #316
Looks like this is a long standing typo... is this code even used anymore?
  • Loading branch information
slouken committed Sep 24, 2006
1 parent 7cddd09 commit 208b75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/ums/SDL_umsaudio.c
Expand Up @@ -151,7 +151,7 @@ Audio_CreateDevice(int devindex)
}

AudioBootStrap UMS_bootstrap = {
UMS_DRIVER_NAME, "AUX UMS audio",
UMS_DRIVER_NAME, "AIX UMS audio",
Audio_Available, Audio_CreateDevice
};

Expand Down

0 comments on commit 208b75c

Please sign in to comment.