# HG changeset patch # User aurel # Date 1193005417 0 # Node ID 49bf9801a0af2162f5e933902579cbdc63aba327 # Parent 2d3a902acf898c69216d4239d3fd64551690cf72 cosmetics: Add #endif comment. diff -r 2d3a902acf89 -r 49bf9801a0af asfcrypt.h --- a/asfcrypt.h Sun Oct 21 17:26:02 2007 +0000 +++ b/asfcrypt.h Sun Oct 21 22:23:37 2007 +0000 @@ -24,4 +24,4 @@ void ff_asfcrypt_dec(const uint8_t key[20], uint8_t *data, int len); -#endif +#endif /* FFMPEG_ASFCRYPT_H */