From 89cf95ce34fc5c9ae613f0f581cacea8d369fce3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 18 Aug 2002 16:10:38 +0000 Subject: pedantic #define rename :-) svn-id: r4755 --- sound/mixer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sound/mixer.h') diff --git a/sound/mixer.h b/sound/mixer.h index 9e4d068d1d..3ffb9ceb81 100644 --- a/sound/mixer.h +++ b/sound/mixer.h @@ -20,8 +20,8 @@ * */ -#ifndef _mixer_h_included -#define _mixer_h_included +#ifndef MIXER_H +#define MIXER_H #ifdef COMPRESSED_SOUND_FILE #include @@ -206,4 +206,4 @@ struct MP3OffsetTable { /* Compressed Sound (.SO3) */ int compressed_size; }; -#endif /* _mixer_h_included */ +#endif -- cgit v1.2.3