From 437e32353f50cd6bd5acdaeb60f47cfebc9ff87d Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 2 Jul 2007 21:34:39 +0000 Subject: Consistently use filename as multiple inclusion guard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23707 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_mp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libass') diff --git a/libass/ass_mp.h b/libass/ass_mp.h index 7f98840d58..5439a76001 100644 --- a/libass/ass_mp.h +++ b/libass/ass_mp.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __ASS_OPTIONS_H__ -#define __ASS_OPTIONS_H__ +#ifndef __ASS_MP_H__ +#define __ASS_MP_H__ #include "subreader.h" -- cgit v1.2.3