summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-02 10:10:53 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-02 10:10:53 +0000
commitbbd861796e74e656df392f492b20ef80cadddfe2 (patch)
tree76c6cea82366a6ee03be96d81558a9995d4af68e /libavformat/nut.h
parent313bacddc0874981651abdf8771fef79f9ae2ccc (diff)
Add missing comment markers to #endif directive.
Originally committed as revision 9455 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h2
1 files changed, 1 insertions, 1 deletions
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 */