From d06e9a8aec096df62ea614cc9b2f53483f9ecc31 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Fri, 27 Oct 2017 00:45:47 +0300 Subject: fontselect: fix include guard macro name --- libass/ass_fontselect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libass/ass_fontselect.h b/libass/ass_fontselect.h index 8d6e779..5b9370a 100644 --- a/libass/ass_fontselect.h +++ b/libass/ass_fontselect.h @@ -16,8 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef LIBASS_FONTCONFIG_H -#define LIBASS_FONTCONFIG_H +#ifndef LIBASS_FONTSELECT_H +#define LIBASS_FONTSELECT_H #include #include @@ -273,4 +273,4 @@ ass_font_provider_add_font(ASS_FontProvider *provider, */ void ass_font_provider_free(ASS_FontProvider *provider); -#endif /* LIBASS_FONTCONFIG_H */ +#endif /* LIBASS_FONTSELECT_H */ -- cgit v1.2.3