summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/play.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/play.h')
-rw-r--r--gui/mplayer/play.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui/mplayer/play.h b/gui/mplayer/play.h
index 2e545bc3e3..13cdc72e56 100644
--- a/gui/mplayer/play.h
+++ b/gui/mplayer/play.h
@@ -1,6 +1,5 @@
-
-#ifndef GUI_PLAY_H
-#define GUI_PLAY_H
+#ifndef MPLAYER_GUI_PLAY_H
+#define MPLAYER_GUI_PLAY_H
#include "../config.h"
@@ -31,4 +30,4 @@ extern void EventHandling( void );
extern void mplSetFileName( char * dir,char * name,int type );
-#endif /* GUI_PLAY_H */
+#endif /* MPLAYER_GUI_PLAY_H */