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/hotlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/amiga/hotlist.c') diff --git a/frontends/amiga/hotlist.c b/frontends/amiga/hotlist.c index 44691742c..fc2342d73 100755 --- a/frontends/amiga/hotlist.c +++ b/frontends/amiga/hotlist.c @@ -37,6 +37,7 @@ struct ami_hotlist_ctx { bool (*cb)(void *userdata, int level, int item, const char *title, nsurl *url, bool folder); }; +struct treeview_window *hotlist_window = NULL; void ami_hotlist_initialise(const char *hotlist_file) { -- cgit v1.2.3