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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401535
This commit is contained in:
Ryan C. Gordon 2006-03-14 08:35:39 +00:00
parent cc03465b60
commit 2e50f15bed

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 */