From 5122559d73e2c698f06520baa243d739a5386258 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 23 Oct 2013 15:41:19 +0100 Subject: Pedantic wrap fix. --- content/hlcache.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content/hlcache.c') 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)); } -- cgit v1.2.3