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 --- mplayer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mplayer.h') diff --git a/mplayer.h b/mplayer.h index 56ee0e1a75..13b3bf27e8 100644 --- a/mplayer.h +++ b/mplayer.h @@ -1,6 +1,6 @@ -#ifndef __MPLAYER_MAIN -#define __MPLAYER_MAIN +#ifndef MPLAYER_H +#define MPLAYER_H extern char* current_module; @@ -56,4 +56,4 @@ extern int vobsub_id; extern void exit_player(const char* how); extern void update_set_of_subtitles(void); -#endif +#endif /* MPLAYER_H */ -- cgit v1.2.3