From 88ae1ff267c541ded537672ac7b7f29308ad701d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 2 Jun 2016 00:44:20 +0100 Subject: Ensure variables are declared correctly --- 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 67204d664..b0c2999a1 100644 --- a/frontends/amiga/font_bullet.c +++ b/frontends/amiga/font_bullet.c @@ -131,7 +131,7 @@ const uint16 sc_table[] = { #endif 0, 0}; -lwc_string *glypharray[0xffff + 1]; +static lwc_string *glypharray[0xffff + 1]; static struct List ami_diskfontlib_list; -- cgit v1.2.3