cosmetics: Add #endif comment.
authorDiego Biurrun <diego@biurrun.de>
Fri, 19 Oct 2007 09:54:16 +0000 (09:54 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 19 Oct 2007 09:54:16 +0000 (09:54 +0000)
Originally committed as revision 10811 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/des.h

index 643bb0f..d9fe7a4 100644 (file)
@@ -24,4 +24,4 @@
 
 uint64_t ff_des_encdec(uint64_t in, uint64_t key, int decrypt);
 
-#endif
+#endif /* FFMPEG_DES_H */