]> git.sesse.net Git - ffmpeg/commitdiff
Add missing comment markers to #endif directive.
authorDiego Biurrun <diego@biurrun.de>
Mon, 2 Jul 2007 10:10:53 +0000 (10:10 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 2 Jul 2007 10:10:53 +0000 (10:10 +0000)
Originally committed as revision 9455 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nut.h

index d8686524b2abb013cdce50f7d2fe462194ec49c3..323d549ac11192b77294e0345746bb4bdd598a03 100644 (file)
@@ -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 */