Fixed cut-and-paste error in DC audio target.

This commit is contained in:
Ryan C. Gordon
2006-03-14 08:35:39 +00:00
parent 0d42fc151d
commit 1d1702a6bd

View File

@@ -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 @@ struct SDL_PrivateAudioData {
int nextbuf;
};
#endif /* _SDL_diskaudio_h */
#endif /* _SDL_dcaudio_h */