Skip to content

Commit e7e9ec8

Browse files
committed
Fix Mac compilation
1 parent 124fbea commit e7e9ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_macosx.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2824,7 +2824,7 @@ static CGRect _find_enclosing_rect(CGPoint points[3])
28242824
&italic,
28252825
&angle)) return NULL;
28262826

2827-
if (!(atsfont = setfont(cr, family, size, weight, italic))
2827+
if (!(atsfont = setfont(cr, family, size, weight, italic)))
28282828
{
28292829
return NULL;
28302830
}

0 commit comments

Comments
 (0)