[SCM] libav/experimental: Add missing comment markers to #endif directive.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:02:53 UTC 2013


The following commit has been merged in the experimental branch:
commit bbd861796e74e656df392f492b20ef80cadddfe2
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Jul 2 10:10:53 2007 +0000

    Add missing comment markers to #endif directive.
    
    Originally committed as revision 9455 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/nut.h b/libavformat/nut.h
index d868652..323d549 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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list