diff src/audio/baudio/SDL_beaudio.h @ 3828:efdfe292bd88 SDL-ryan-multiple-audio-device

Fixed duplicate include-once blockers.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 07 Oct 2006 07:56:28 +0000
parents b225d9820ee3
children
line wrap: on
line diff
--- a/src/audio/baudio/SDL_beaudio.h	Sat Oct 07 07:54:13 2006 +0000
+++ b/src/audio/baudio/SDL_beaudio.h	Sat Oct 07 07:56:28 2006 +0000
@@ -21,8 +21,8 @@
 */
 #include "SDL_config.h"
 
-#ifndef _SDL_lowaudio_h
-#define _SDL_lowaudio_h
+#ifndef _SDL_beaudio_h
+#define _SDL_beaudio_h
 
 #include "../SDL_sysaudio.h"
 
@@ -34,5 +34,6 @@
     BSoundPlayer *audio_obj;
 };
 
-#endif /* _SDL_lowaudio_h */
+#endif /* _SDL_beaudio_h */
+
 /* vi: set ts=4 sw=4 expandtab: */