summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */