diff options
author | Chris Robinson <[email protected]> | 2013-12-18 19:17:03 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-18 19:17:03 -0800 |
commit | b9468dc9176861f6ab6f6e358fda71c0d6fecc90 (patch) | |
tree | 86aca023e131e086e0fbaae7a1afeecc5028744c /Alc/midi | |
parent | cd90bdd9bd24253f7a6924300e87dc05809dbf3d (diff) |
Fix header guard and remove duplicate code
Diffstat (limited to 'Alc/midi')
-rw-r--r-- | Alc/midi/base.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Alc/midi/base.h b/Alc/midi/base.h index bba24baa..4f10b89b 100644 --- a/Alc/midi/base.h +++ b/Alc/midi/base.h @@ -1,5 +1,5 @@ -#ifndef ALMIDI_H -#define ALMIDI_H +#ifndef AL_MIDI_BASE_H +#define AL_MIDI_BASE_H #include "alMain.h" #include "atomic.h" @@ -110,4 +110,4 @@ MidiSynth *SynthCreate(ALCdevice *device); } #endif -#endif /* ALMIDI_H */ +#endif /* AL_MIDI_BASE_H */ |