changeset 394:4ef479012a26 libavutil

cosmetics: Add #endif comment.
author diego
date Fri, 19 Oct 2007 09:54:16 +0000
parents df047574d017
children da2c1190902f
files des.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/des.h	Fri Oct 19 09:31:41 2007 +0000
+++ b/des.h	Fri Oct 19 09:54:16 2007 +0000
@@ -24,4 +24,4 @@
 
 uint64_t ff_des_encdec(uint64_t in, uint64_t key, int decrypt);
 
-#endif
+#endif /* FFMPEG_DES_H */