From bbd861796e74e656df392f492b20ef80cadddfe2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 2 Jul 2007 10:10:53 +0000 Subject: Add missing comment markers to #endif directive. Originally committed as revision 9455 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/nut.h b/libavformat/nut.h index d8686524b2..323d549ac1 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -99,4 +99,4 @@ static unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t return av_crc(av_crc04C11DB7, checksum, buf, len); } -#endif AVFORMAT_NUT_H +#endif /* AVFORMAT_NUT_H */ -- cgit v1.2.3