From 876c92e58ea75698a9e1f83dd9243e6928c9fa41 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 8 Feb 2009 23:23:46 +0000 Subject: Fix assert when there is no hotlist file svn path=/trunk/netsurf/; revision=6398 --- amiga/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/hotlist.c') diff --git a/amiga/hotlist.c b/amiga/hotlist.c index 0992c228b..0ebea301d 100755 --- a/amiga/hotlist.c +++ b/amiga/hotlist.c @@ -38,7 +38,7 @@ static const struct { "HotlistBugTracker" }, { "http://sourceforge.net/tracker/?atid=464315&group_id=51719", "HotlistFeatureRequest" }, - { "http://www.unsatisfactorysoftware.co.uk", + { "http://www.unsatisfactorysoftware.co.uk/", "Unsatisfactory Software" } }; #define ENTRIES_COUNT (sizeof(default_entries) / sizeof(default_entries[0])) -- cgit v1.2.3