projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
313bacd
)
Add missing comment markers to #endif directive.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 2 Jul 2007 10:10:53 +0000
(10:10 +0000)
committer
Diego 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
patch
|
blob
|
history
diff --git
a/libavformat/nut.h
b/libavformat/nut.h
index
d868652
..
323d549
100644
(file)
--- 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 */