Revert "Fix OS4 build"

This reverts commit c759b2a262.
This commit is contained in:
Chris Young 2015-08-15 17:27:19 +01:00
parent c759b2a262
commit 0c2f466786

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__