Fix one too many argument in handle_link_hints

This commit is contained in:
Christian Dywan 2012-07-05 22:09:34 +02:00
parent 66a47613b0
commit 6411603058
1 changed files with 1 additions and 1 deletions

View File

@ -2044,7 +2044,7 @@ handle_link_hints (WebKitWebView* web_view,
" }"
"}"
"if (l != 'undefined') { l; }"
,utf8,utf8
, utf8
);
g_free (utf8);
result = sokoke_js_script_eval (js_context, script, NULL);