From 36a2a77a8e09fd56dfaea0efb1af627e14b4ceae Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 9 Jul 2016 23:43:17 +0100 Subject: tidy-up --- frontends/amiga/font_bullet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/font_bullet.c') diff --git a/frontends/amiga/font_bullet.c b/frontends/amiga/font_bullet.c index 5542ed9f0..48e49f345 100644 --- a/frontends/amiga/font_bullet.c +++ b/frontends/amiga/font_bullet.c @@ -643,7 +643,6 @@ static inline int32 ami_font_width_glyph(struct OutlineFont *ofont, int32 char_advance = 0; FIXED kern = 0; struct MinList *gwlist = NULL; - FIXED char1w = 0; struct GlyphWidthEntry *gwnode; bool skip_c2 = false; uint32 long_char_1 = 0; @@ -678,6 +677,7 @@ static inline int32 ami_font_width_glyph(struct OutlineFont *ofont, OT_WidthList, &gwlist, TAG_END) == 0) { + FIXED char1w = 0; gwnode = (struct GlyphWidthEntry *)GetHead((struct List *)gwlist); if(gwnode) char1w = gwnode->gwe_Width; -- cgit v1.2.3