Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 22, 2006
1 parent f8728d8 commit 0ca9869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/audio/bsd/SDL_bsdaudio.c
Expand Up @@ -40,7 +40,7 @@
#include "../SDL_audiomem.h"
#include "../SDL_audio_c.h"
#include "../SDL_audiodev_c.h"
#include "SDL_openbsdaudio.h"
#include "SDL_bsdaudio.h"

/* The tag name used by NetBSD/OpenBSD audio */
#ifdef __NetBSD__
Expand Down Expand Up @@ -133,8 +133,8 @@ static SDL_AudioDevice
return this;
}

AudioBootStrap OPENBSD_AUDIO_bootstrap = {
BSD_DRIVER_NAME, BSD_AUDIO_DRIVER_DESC,
AudioBootStrap BSD_AUDIO_bootstrap = {
BSD_AUDIO_DRIVER_NAME, BSD_AUDIO_DRIVER_DESC,
Audio_Available, Audio_CreateDevice
};

Expand Down

0 comments on commit 0ca9869

Please sign in to comment.