Commit bbd86179 authored by Diego Biurrun's avatar Diego Biurrun

Add missing comment markers to #endif directive.

Originally committed as revision 9455 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 313bacdd
...@@ -99,4 +99,4 @@ static unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t ...@@ -99,4 +99,4 @@ static unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t
return av_crc(av_crc04C11DB7, checksum, buf, len); return av_crc(av_crc04C11DB7, checksum, buf, len);
} }
#endif AVFORMAT_NUT_H #endif /* AVFORMAT_NUT_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment