From f310569df45de6d456562f409aef18138bf0a4e1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 7 Apr 2010 12:09:38 +0000 Subject: Calling a hlcache_handle "content" is confusing. svn path=/trunk/netsurf/; revision=10266 --- desktop/browser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/browser.h') diff --git a/desktop/browser.h b/desktop/browser.h index d72143968..4de20fefd 100644 --- a/desktop/browser.h +++ b/desktop/browser.h @@ -279,7 +279,7 @@ bool browser_window_reload_available(struct browser_window *bw); bool browser_window_stop_available(struct browser_window *bw); /* In platform specific hotlist.c. */ -void hotlist_visited(struct hlcache_handle *content); +void hotlist_visited(struct hlcache_handle *c); /* In platform specific global_history.c. */ void global_history_add(const char *url); -- cgit v1.2.3