From 1b1ab19816b440c9979fc6258f746812963f052e Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Fri, 19 Oct 2007 09:54:16 +0000
Subject: [PATCH] cosmetics: Add #endif comment.

Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/des.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/des.h b/libavutil/des.h
index 643bb0fd5e7..d9fe7a42e40 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 */
-- 
GitLab