diff mixer.h @ 23934:88bed2131f19

Identifiers starting with underscores are reserved.
author diego
date Tue, 31 Jul 2007 07:04:07 +0000
parents 519e42b716aa
children 21a1dc062bc5
line wrap: on
line diff
--- a/mixer.h	Tue Jul 31 06:57:57 2007 +0000
+++ b/mixer.h	Tue Jul 31 07:04:07 2007 +0000
@@ -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 @@
 //extern void mixer_setbothvolume( int v );
 #define mixer_setbothvolume(m, v) mixer_setvolume(m, v, v)
 
-#endif
+#endif /* MPLAYER_MIXER_H */