diff parser.h @ 5827:5577fd4f31e1 libavcodec

Fix #endif comment typo.
author diego
date Wed, 17 Oct 2007 09:21:52 +0000
parents 3fcb2f0d9ef1
children 0e15e9324df2
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 */