summaryrefslogtreecommitdiff
path: root/libavutil/des.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-19 09:54:16 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-19 09:54:16 +0000
commit1b1ab19816b440c9979fc6258f746812963f052e (patch)
tree15d10cc57cf156e770f1a85e41fa35240873d706 /libavutil/des.h
parent2e9ad69aaf182e45e43646bda0dc89c68aecbddf (diff)
cosmetics: Add #endif comment.
Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/des.h')
-rw-r--r--libavutil/des.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/des.h b/libavutil/des.h
index 643bb0fd5e..d9fe7a42e4 100644
--- a/libavutil/des.h
+++ b/libavutil/des.h
@@ -24,4 +24,4 @@
uint64_t ff_des_encdec(uint64_t in, uint64_t key, int decrypt);
-#endif
+#endif /* FFMPEG_DES_H */