diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-21 22:23:37 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-21 22:23:37 +0000 |
commit | f9cdbfa271cbaf9421bbd814ef1b1f45492f299b (patch) | |
tree | 56d1366d30c4bd3f34e0df798c4ae25f0902a153 | |
parent | c6e2f0831c604c5cf7c2c17e018fb9c7cb620117 (diff) | |
download | ffmpeg-f9cdbfa271cbaf9421bbd814ef1b1f45492f299b.tar.gz |
cosmetics: Add #endif comment.
Originally committed as revision 10829 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/asfcrypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asfcrypt.h b/libavformat/asfcrypt.h index f4da703c3d..4b82ae50a6 100644 --- a/libavformat/asfcrypt.h +++ b/libavformat/asfcrypt.h @@ -24,4 +24,4 @@ void ff_asfcrypt_dec(const uint8_t key[20], uint8_t *data, int len); -#endif +#endif /* FFMPEG_ASFCRYPT_H */ |