# HG changeset patch # User diego # Date 1192787656 0 # Node ID 4ef479012a26c217ab179a5f01c311ef076fc004 # Parent df047574d017edeb2b9495840bbd880910018196 cosmetics: Add #endif comment. diff -r df047574d017 -r 4ef479012a26 des.h --- 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 */