* src/bdf/bdflib.c (bdf_parse_glyphs_): Fix tracing.

This commit is contained in:
Alexei Podtelezhnikov 2025-01-19 12:35:13 -05:00
parent 01c22b3668
commit b9e09e33fe
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@
p->flags |= BDF_GLYPH_;
FT_TRACE4(( DBGMSG1, lineno, s ));
FT_TRACE4(( DBGMSG1, lineno, line ));
goto Exit;
}