From 1b1ab19816b440c9979fc6258f746812963f052e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 19 Oct 2007 09:54:16 +0000 Subject: 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(-) (limited to 'libavutil/des.h') 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 */ -- cgit v1.2.3