summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/eq.h')
-rw-r--r--gui/mplayer/gtk/eq.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/mplayer/gtk/eq.h b/gui/mplayer/gtk/eq.h
index 093bce8092..d99cbb7785 100644
--- a/gui/mplayer/gtk/eq.h
+++ b/gui/mplayer/gtk/eq.h
@@ -1,6 +1,5 @@
-
-#ifndef GUI_EQ_H
-#define GUI_EQ_H
+#ifndef MPLAYER_GUI_EQ_H
+#define MPLAYER_GUI_EQ_H
#include <gtk/gtk.h>
@@ -9,4 +8,4 @@ extern GtkWidget * Equalizer;
extern GtkWidget * create_Equalizer( void );
extern void ShowEqualizer( void );
-#endif /* GUI_EQ_H */
+#endif /* MPLAYER_GUI_EQ_H */