From fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jan 2008 01:32:52 +0000 Subject: Consistently use uppercase filename as multiple inclusion guard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/mputils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libass') diff --git a/libass/mputils.h b/libass/mputils.h index 50c52cb0e0..1814af633e 100644 --- a/libass/mputils.h +++ b/libass/mputils.h @@ -1,5 +1,5 @@ -#ifndef ASS_MPUTILS_H -#define ASS_MPUTILS_H +#ifndef MPUTILS_H +#define MPUTILS_H #include "mp_msg.h" #include "help_mp.h" @@ -8,4 +8,4 @@ #include "libvo/sub.h" // for utf8_get_char #include "libavutil/common.h" -#endif /* ASS_MPUTILS_H */ +#endif /* MPUTILS_H */ -- cgit v1.2.3