diff libmpdemux/parse_mp4.h @ 25546:917ae737b3d4

Consistently use just the name of the #ifdef directive in #endif comments.
author diego
date Tue, 01 Jan 2008 20:00:20 +0000
parents 3f0d00abc073
children 4129c8cfa742
line wrap: on
line diff
--- a/libmpdemux/parse_mp4.h	Tue Jan 01 19:59:01 2008 +0000
+++ b/libmpdemux/parse_mp4.h	Tue Jan 01 20:00:20 2008 +0000
@@ -107,5 +107,5 @@
 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 */