summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/opts.h')
-rw-r--r--gui/mplayer/gtk/opts.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/mplayer/gtk/opts.h b/gui/mplayer/gtk/opts.h
index 93ace3af3f..9cff8a3d62 100644
--- a/gui/mplayer/gtk/opts.h
+++ b/gui/mplayer/gtk/opts.h
@@ -1,6 +1,5 @@
-
-#ifndef GUI_OPTS_H
-#define GUI_OPTS_H
+#ifndef MPLAYER_GUI_OPTS_H
+#define MPLAYER_GUI_OPTS_H
#include <gtk/gtk.h>
@@ -13,4 +12,4 @@ extern GtkWidget * create_AudioConfig( void );
extern void ShowPreferences( void );
-#endif /* GUI_OPTS_H */
+#endif /* MPLAYER_GUI_OPTS_H */