comparison des.h @ 394:4ef479012a26 libavutil

cosmetics: Add #endif comment.
author diego
date Fri, 19 Oct 2007 09:54:16 +0000
parents df047574d017
children ba659469f48f
comparison
equal deleted inserted replaced
393:df047574d017 394:4ef479012a26
22 #ifndef FFMPEG_DES_H 22 #ifndef FFMPEG_DES_H
23 #define FFMPEG_DES_H 23 #define FFMPEG_DES_H
24 24
25 uint64_t ff_des_encdec(uint64_t in, uint64_t key, int decrypt); 25 uint64_t ff_des_encdec(uint64_t in, uint64_t key, int decrypt);
26 26
27 #endif 27 #endif /* FFMPEG_DES_H */