From 39e5c04da73139a7b71292e95fc45ea729bcd63e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 23 Jul 2011 14:06:13 +0000 Subject: Fix warnings svn path=/trunk/netsurf/; revision=12616 --- amiga/history_local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/history_local.c') diff --git a/amiga/history_local.c b/amiga/history_local.c index cba981c3b..7b0d70188 100755 --- a/amiga/history_local.c +++ b/amiga/history_local.c @@ -238,7 +238,7 @@ BOOL ami_history_event(struct history_window *hw) ULONG class,result,relevent = 0; uint16 code; struct MenuItem *item; - char *url; + const char *url; struct IBox *bbox; ULONG xs, ys; -- cgit v1.2.3