diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-10-19 09:54:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-10-19 09:54:16 +0000 |
commit | 1b1ab19816b440c9979fc6258f746812963f052e (patch) | |
tree | 15d10cc57cf156e770f1a85e41fa35240873d706 /libavutil/des.h | |
parent | 2e9ad69aaf182e45e43646bda0dc89c68aecbddf (diff) | |
download | ffmpeg-1b1ab19816b440c9979fc6258f746812963f052e.tar.gz |
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.h | 2 |
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 */ |