changeset 5827:5577fd4f31e1 libavcodec

Fix #endif comment typo.
author diego
date Wed, 17 Oct 2007 09:21:52 +0000
parents 2fdc92236274
children 1876bc447aa4
files parser.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/parser.h	Wed Oct 17 09:16:21 2007 +0000
+++ b/parser.h	Wed Oct 17 09:21:52 2007 +0000
@@ -59,4 +59,4 @@
 void ff_parse_close(AVCodecParserContext *s);
 void ff_parse1_close(AVCodecParserContext *s);
 
-#endif /* !FFMPEG_PARSER_H */
+#endif /* FFMPEG_PARSER_H */