From a931e510b14a569925ce6c764fafd1c7728b294b Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 31 Jul 2007 07:04:07 +0000 Subject: Identifiers starting with underscores are reserved. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23954 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mixer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mixer.h') diff --git a/mixer.h b/mixer.h index 3a1e332b26..30a050407f 100644 --- a/mixer.h +++ b/mixer.h @@ -1,5 +1,5 @@ -#ifndef __MPLAYER_MIXER -#define __MPLAYER_MIXER +#ifndef MPLAYER_MIXER_H +#define MPLAYER_MIXER_H #include "libaf/af.h" #include "libao2/audio_out.h" @@ -29,4 +29,4 @@ void mixer_setbalance(mixer_t *mixer, float bal); //extern void mixer_setbothvolume( int v ); #define mixer_setbothvolume(m, v) mixer_setvolume(m, v, v) -#endif +#endif /* MPLAYER_MIXER_H */ -- cgit v1.2.3