--- a/src/font.c Fri Jun 13 18:09:49 2025 +0200 +++ b/src/font.c Sat Jun 14 11:40:40 2025 +0200 @@ -39,7 +39,7 @@ asc_context.active_font.size = size; } -static char const *asc_font_filename(enum AscFontStyle style) { +static const char *asc_font_filename(enum AscFontStyle style) { switch (style) { case ASC_FONT_REGULAR: return "OpenSans-Regular.ttf";