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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/font.h') diff --git a/frontends/amiga/font.h b/frontends/amiga/font.h index 5e0721167..4f5821115 100755 --- a/frontends/amiga/font.h +++ b/frontends/amiga/font.h @@ -57,7 +57,7 @@ struct ami_font_functions { const struct ami_font_functions *ami_nsfont; -struct gui_layout_table *ami_layout_table; +extern struct gui_layout_table *ami_layout_table; #endif -- cgit v1.2.3