From 1502b08925c227152c3064b221af7a5659ac00cc Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 27 May 2013 00:32:08 +0100 Subject: move option init out of netsurf_init --- content/fetchers/about.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/fetchers/about.c b/content/fetchers/about.c index 85723e86a..ee2ea5477 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -334,9 +334,10 @@ static bool fetch_about_config_handler(struct fetch_about_context *ctx) "\n"); do { - res = nsoption_snoptionf(buffer + slen, sizeof buffer - slen, - opt_loop, - "%k%t%V\n"); + res = nsoption_snoptionf(buffer + slen, + sizeof buffer - slen, + opt_loop, + "%k%t%V\n"); if (res <= 0) break; /* last option */ -- cgit v1.2.3