Skip to content

Commit

Permalink
pedantic #define rename :-)
Browse files Browse the repository at this point in the history
svn-id: r4755
  • Loading branch information
fingolfin committed Aug 18, 2002
1 parent 3de0e42 commit 89cf95c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sound/mixer.h
Expand Up @@ -20,8 +20,8 @@
*
*/

#ifndef _mixer_h_included
#define _mixer_h_included
#ifndef MIXER_H
#define MIXER_H

#ifdef COMPRESSED_SOUND_FILE
#include <mad.h>
Expand Down Expand Up @@ -206,4 +206,4 @@ struct MP3OffsetTable { /* Compressed Sound (.SO3) */
int compressed_size;
};

#endif /* _mixer_h_included */
#endif

0 comments on commit 89cf95c

Please sign in to comment.