]> spindle.queued.net Git - midori/commitdiff
Fix one too many argument in handle_link_hints
authorChristian Dywan <christian@twotoasts.de>
Thu, 5 Jul 2012 20:09:34 +0000 (22:09 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 5 Jul 2012 20:09:34 +0000 (22:09 +0200)
midori/midori-view.c

index 3095712f7a758fd5a0f257f75bcd324032a2ee8e..870fbee1ced5b7668be8f068d1024c28f94af280 100644 (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);