diff src/audio/openbsd/SDL_openbsdaudio.c @ 121:43febd46d49d

Name changed from OBSD to OPENBSD_AUDIO
author Sam Lantinga <slouken@libsdl.org>
date Mon, 23 Jul 2001 02:58:42 +0000
parents ae6e6b73333f
children 5d08b230932e
line wrap: on
line diff
--- a/src/audio/openbsd/SDL_openbsdaudio.c	Sun Jul 22 23:45:42 2001 +0000
+++ b/src/audio/openbsd/SDL_openbsdaudio.c	Mon Jul 23 02:58:42 2001 +0000
@@ -131,7 +131,7 @@
     return this;
 }
 
-AudioBootStrap OBSD_bootstrap = {
+AudioBootStrap OPENBSD_AUDIO_bootstrap = {
 	OBSD_DRIVER_NAME, "Native OpenBSD audio",
 	Audio_Available, Audio_CreateDevice
 };