From: Diego Biurrun Date: Wed, 17 Oct 2007 09:21:52 +0000 (+0000) Subject: Fix #endif comment typo. X-Git-Tag: v0.5~7222 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aeb6a69714c2247d237316ffe124d73273a97f08;p=platform%2Fupstream%2Flibav.git Fix #endif comment typo. Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/parser.h b/libavcodec/parser.h index 8492a0c..47eeb4c 100644 --- a/libavcodec/parser.h +++ b/libavcodec/parser.h @@ -59,4 +59,4 @@ int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, void ff_parse_close(AVCodecParserContext *s); void ff_parse1_close(AVCodecParserContext *s); -#endif /* !FFMPEG_PARSER_H */ +#endif /* FFMPEG_PARSER_H */