summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:00:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:00:20 +0000
commitd53ff2ca729188a63a99d3d3390054ad6fad9572 (patch)
treeb48ed43be060d6624b83b688b1a02bd10adf3ae5 /libmpdemux
parent828f16740ddc47fc268ae5c309a103bf7ec2d1c5 (diff)
downloadmpv-d53ff2ca729188a63a99d3d3390054ad6fad9572.tar.bz2
mpv-d53ff2ca729188a63a99d3d3390054ad6fad9572.tar.xz
Consistently use just the name of the #ifdef directive in #endif comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25574 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/parse_mp4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/parse_mp4.h b/libmpdemux/parse_mp4.h
index 6bd404c51b..9173d36a86 100644
--- a/libmpdemux/parse_mp4.h
+++ b/libmpdemux/parse_mp4.h
@@ -107,5 +107,5 @@ typedef struct {
int mp4_parse_esds(unsigned char *data, int datalen, esds_t *esds);
void mp4_free_esds(esds_t *esds);
-#endif /* !PARSE_MP4_H */
+#endif /* PARSE_MP4_H */