Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 23, 2003
1 parent 484aacd commit dac40c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SDL_mixer.h
Expand Up @@ -22,8 +22,8 @@

/* $Id$ */

#ifndef _SDL_mixer_h
#define _SDL_mixer_h
#ifndef _SDL_MIXER_H
#define _SDL_MIXER_H

#include "SDL_types.h"
#include "SDL_rwops.h"
Expand Down Expand Up @@ -581,4 +581,4 @@ extern DECLSPEC void SDLCALL Mix_CloseAudio(void);
#endif
#include "close_code.h"

#endif /* _SDL_mixer_h */
#endif /* _SDL_MIXER_H */

0 comments on commit dac40c8

Please sign in to comment.