summaryrefslogtreecommitdiff
path: root/frontends/amiga/font_bullet.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-09 23:43:17 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-09 23:43:17 +0100
commit36a2a77a8e09fd56dfaea0efb1af627e14b4ceae (patch)
treedce854b4983550a7944f88664ed8761ce723bf4f /frontends/amiga/font_bullet.c
parentd0a1ee7ac0137a1ab51551649ce9f3f1522e4a39 (diff)
downloadnetsurf-36a2a77a8e09fd56dfaea0efb1af627e14b4ceae.tar.gz
netsurf-36a2a77a8e09fd56dfaea0efb1af627e14b4ceae.tar.bz2
tidy-up
Diffstat (limited to 'frontends/amiga/font_bullet.c')
-rw-r--r--frontends/amiga/font_bullet.c2
1 files changed, 1 insertions, 1 deletions
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;