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:
parent
cc03465b60
commit
2e50f15bed
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue