summaryrefslogtreecommitdiff
path: root/libavformat/asfcrypt.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-10-21 22:23:37 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-10-21 22:23:37 +0000
commitf9cdbfa271cbaf9421bbd814ef1b1f45492f299b (patch)
tree56d1366d30c4bd3f34e0df798c4ae25f0902a153 /libavformat/asfcrypt.h
parentc6e2f0831c604c5cf7c2c17e018fb9c7cb620117 (diff)
cosmetics: Add #endif comment.
Originally committed as revision 10829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asfcrypt.h')
-rw-r--r--libavformat/asfcrypt.h2
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 */