summaryrefslogtreecommitdiffstats
path: root/libass
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-02 21:34:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-02 21:34:39 +0000
commit5e6573dc47df48952ac6b4e5c0e844989dbfe1c9 (patch)
treeb069efa3e870b9684e39cfc340be690c4a100eb1 /libass
parent662f9e99e6a04448ccd3d368f580a452c501f7e7 (diff)
downloadlibass-5e6573dc47df48952ac6b4e5c0e844989dbfe1c9.tar.bz2
libass-5e6573dc47df48952ac6b4e5c0e844989dbfe1c9.tar.xz
Consistently use filename as multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass')
-rw-r--r--libass/ass_mp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libass/ass_mp.h b/libass/ass_mp.h
index 7f98840d..5439a760 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"