Fix OS4 build

This commit is contained in:
Chris Young 2015-08-15 17:07:59 +01:00
parent c43d09af64
commit c759b2a262
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ static inline int32 ami_font_plot_glyph(struct OutlineFont *ofont, struct RastPo
#endif
#ifdef __amigaos4__
if (__builtin_expect(aa == false), 0) {
if (__builtin_expect(aa == false, 0)) {
#endif
glyphmaptag = OT_GlyphMap;
#ifdef __amigaos4__