summaryrefslogtreecommitdiffstats
path: root/vobsub.h
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-27 17:21:20 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-27 17:21:20 +0000
commit52db9b039ad0fe4a6012e52693457bb78f774c37 (patch)
treea43611a9558f8324339d7d4e96adf61fcf90a248 /vobsub.h
parentbd706e744ad645acd20cf7f8ecf8b1a900245cce (diff)
downloadmpv-52db9b039ad0fe4a6012e52693457bb78f774c37.tar.bz2
mpv-52db9b039ad0fe4a6012e52693457bb78f774c37.tar.xz
avoids warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4385 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vobsub.h')
-rw-r--r--vobsub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vobsub.h b/vobsub.h
index 42e3a4d024..fd389aaa89 100644
--- a/vobsub.h
+++ b/vobsub.h
@@ -6,4 +6,4 @@ extern void vobsub_process(void *vob, float pts);
extern void vobsub_reset(void *vob);
extern void vobsub_draw(void *vob, int dxs, int dys, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
-#endif MPLAYER_VOBSUB_H
+#endif /* MPLAYER_VOBSUB_H */