summaryrefslogtreecommitdiff
path: root/frontends/amiga/font_cache.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_cache.c
parentd0a1ee7ac0137a1ab51551649ce9f3f1522e4a39 (diff)
downloadnetsurf-36a2a77a8e09fd56dfaea0efb1af627e14b4ceae.tar.gz
netsurf-36a2a77a8e09fd56dfaea0efb1af627e14b4ceae.tar.bz2
tidy-up
Diffstat (limited to 'frontends/amiga/font_cache.c')
-rw-r--r--frontends/amiga/font_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/font_cache.c b/frontends/amiga/font_cache.c
index ea285730a..08c2fe196 100644
--- a/frontends/amiga/font_cache.c
+++ b/frontends/amiga/font_cache.c
@@ -130,7 +130,7 @@ static void ami_font_cache_del_skiplist(struct SkipList *skiplist)
struct ami_font_cache_node *ami_font_cache_locate(const char *font)
{
- struct ami_font_cache_node *nodedata;
+ struct ami_font_cache_node *nodedata = NULL;
uint32 hash = 0;
#ifdef __amigaos4__