Skip to content

Commit

Permalink
Fixed cut-and-paste error in DC audio target.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 14, 2006
1 parent 761a8ec commit 1ad25ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/audio/dc/SDL_dcaudio.h
Expand Up @@ -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"

Expand All @@ -38,4 +38,4 @@ struct SDL_PrivateAudioData {
int nextbuf;
};

#endif /* _SDL_diskaudio_h */
#endif /* _SDL_dcaudio_h */

0 comments on commit 1ad25ba

Please sign in to comment.