summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rw-r--r--amiga/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/font.c b/amiga/font.c
index ab40621b3..240cddd5f 100644
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -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__