From: Oleg Oshmyan Date: Thu, 26 Oct 2017 21:45:47 +0000 (+0300) Subject: fontselect: fix include guard macro name X-Git-Tag: 0.14.0~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d06e9a8aec096df62ea614cc9b2f53483f9ecc31;p=libass fontselect: fix include guard macro name --- 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 */