From 9e15dfebb4400d41f170cc4c088c7a670ed2c3cf Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Tue, 19 Jun 2007 21:12:52 +0000 Subject: [PATCH] comment endif directive token Originally committed as revision 9369 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mpegts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h index b2a3299aaf..b18e5a44cc 100644 --- a/libavformat/mpegts.h +++ b/libavformat/mpegts.h @@ -67,4 +67,4 @@ int mpegts_parse_packet(MpegTSContext *ts, AVPacket *pkt, const uint8_t *buf, int len); void mpegts_parse_close(MpegTSContext *ts); -#endif AVFORMAT_MPEGTS_H +#endif /* AVFORMAT_MPEGTS_H */