Commit 2e50f15b authored by Ryan C. Gordon's avatar Ryan C. Gordon

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401535
parent cc03465b
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
*/ */
#include "SDL_config.h" #include "SDL_config.h"
#ifndef _SDL_diskaudio_h #ifndef _SDL_dcaudio_h
#define _SDL_diskaudio_h #define _SDL_dcaudio_h
#include "../SDL_sysaudio.h" #include "../SDL_sysaudio.h"
...@@ -38,4 +38,4 @@ struct SDL_PrivateAudioData { ...@@ -38,4 +38,4 @@ struct SDL_PrivateAudioData {
int nextbuf; int nextbuf;
}; };
#endif /* _SDL_diskaudio_h */ #endif /* _SDL_dcaudio_h */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment