From a16c3a07a6fbf2f76009c33e9d9264195c67704e Mon Sep 17 00:00:00 2001 From: Paul B Mahol <onemda@gmail.com> Date: Thu, 9 Feb 2012 00:00:29 +0000 Subject: [PATCH] apetag: fix comment Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> --- libavformat/apetag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/apetag.h b/libavformat/apetag.h index 9a39d02a2b5..a0e6ead14f3 100644 --- a/libavformat/apetag.h +++ b/libavformat/apetag.h @@ -30,4 +30,4 @@ */ void ff_ape_parse_tag(AVFormatContext *s); -#endif /* AVFORMAT_ID3V2_H */ +#endif /* AVFORMAT_APETAG_H */ -- GitLab