summaryrefslogtreecommitdiff
path: root/content/hlcache.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-10-23 15:41:19 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-10-23 15:41:19 +0100
commit5122559d73e2c698f06520baa243d739a5386258 (patch)
tree0327c23d02a0d67efa51cc52eb4a224f57050578 /content/hlcache.c
parentf45bc88b3d267d2aa92c5bc0233f727948ac5409 (diff)
downloadnetsurf-5122559d73e2c698f06520baa243d739a5386258.tar.gz
netsurf-5122559d73e2c698f06520baa243d739a5386258.tar.bz2
Pedantic wrap fix.
Diffstat (limited to 'content/hlcache.c')
-rw-r--r--content/hlcache.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/hlcache.c b/content/hlcache.c
index 6c84d1671..e8b2836db 100644
--- a/content/hlcache.c
+++ b/content/hlcache.c
@@ -178,7 +178,9 @@ void hlcache_finalise(void)
if (entry->content != NULL) {
LOG((" %p : %s (%d users)", entry,
- nsurl_access(hlcache_handle_get_url(&entry_handle)), content_count_users(entry->content)));
+ nsurl_access(
+ hlcache_handle_get_url(&entry_handle)),
+ content_count_users(entry->content)));
} else {
LOG((" %p", entry));
}