mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[CI] Fix build
This commit is contained in:
parent
34b9100c67
commit
60ce16f221
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ retry:
|
|||
|
||||
bool done_something = false;
|
||||
|
||||
#define process_item(item) if (item) { done_something = true; _##item (); }
|
||||
#define process_item(item) HB_STMT_START { if (item) { done_something = true; _##item (); } } HB_STMT_END
|
||||
|
||||
process_item (show_face_count);
|
||||
process_item (show_family);
|
||||
|
|
Loading…
Add table
Reference in a new issue