mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 17:22:44 +03:00
Fix OS4 build
This commit is contained in:
parent
c43d09af64
commit
c759b2a262
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user