]> git.sesse.net Git - ffmpeg/commitdiff
Fix #endif comment typo.
authorDiego Biurrun <diego@biurrun.de>
Wed, 17 Oct 2007 09:21:52 +0000 (09:21 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 17 Oct 2007 09:21:52 +0000 (09:21 +0000)
Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/parser.h

index 8492a0c9b0d24e9398d6a49c5ac1d554620bae92..47eeb4cdeaf9ec120faeb46331c970b8aa8393ad 100644 (file)
@@ -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 */