changeset 1531:543ffd71ab6d

Fixed cut-and-paste error in DC audio target.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 14 Mar 2006 08:35:39 +0000
parents dec31b9f696d
children 30f189cdd82b
files src/audio/dc/SDL_dcaudio.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/audio/dc/SDL_dcaudio.h	Tue Mar 14 08:01:30 2006 +0000
+++ b/src/audio/dc/SDL_dcaudio.h	Tue Mar 14 08:35:39 2006 +0000
@@ -21,8 +21,8 @@
 */
 #include "SDL_config.h"
 
-#ifndef _SDL_diskaudio_h
-#define _SDL_diskaudio_h
+#ifndef _SDL_dcaudio_h
+#define _SDL_dcaudio_h
 
 #include "../SDL_sysaudio.h"
 
@@ -38,4 +38,4 @@
 	int nextbuf;
 };
 
-#endif /* _SDL_diskaudio_h */
+#endif /* _SDL_dcaudio_h */