summaryrefslogtreecommitdiff
path: root/amiga/stringview/urlhistory.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-06-26 16:26:05 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-06-26 16:26:05 +0000
commitd36758ad9768e5f746b82f7f88ea86361365de52 (patch)
tree91d4849178ebdaa22815258d24ef3ad72ab7b1fe /amiga/stringview/urlhistory.c
parentcd8e367ce47c6b52f9119db015b755c15712b218 (diff)
downloadnetsurf-d36758ad9768e5f746b82f7f88ea86361365de52.tar.gz
netsurf-d36758ad9768e5f746b82f7f88ea86361365de52.tar.bz2
Fix some types
If "easy" charset conversion fails, return a copy of the original string. svn path=/trunk/netsurf/; revision=10580
Diffstat (limited to 'amiga/stringview/urlhistory.c')
-rw-r--r--amiga/stringview/urlhistory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/stringview/urlhistory.c b/amiga/stringview/urlhistory.c
index 65e96e2a2..b8a0168db 100644
--- a/amiga/stringview/urlhistory.c
+++ b/amiga/stringview/urlhistory.c
@@ -29,7 +29,7 @@
#include "content/urldb.h"
#include "desktop/options.h"
-struct List PageList;
+static struct List PageList;
void URLHistory_Init( void )
{