| tsmall whitespacefix. - surf - customized build of surf, the suckless webkit br… | |
| git clone git://src.adamsgaard.dk/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 92cb8792e17e7f0c61131da3be1bddda5375bc47 | |
| parent 04173f6661ab8a84df36e081c58402ac8ec5b902 | |
| Author: Enno Boland (tox) <[email protected]> | |
| Date: Tue, 13 Oct 2009 20:10:43 +0200 | |
| small whitespacefix. | |
| Diffstat: | |
| M surf.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/surf.c b/surf.c | |
| t@@ -699,7 +699,7 @@ windowobjectcleared(GtkWidget *w, WebKitWebFrame *frame, J… | |
| filename = g_build_filename(workdir, "script.js", NULL); | |
| if(g_file_get_contents(filename, &script, NULL, &error)) { | |
| - jsscript = JSStringCreateWithUTF8CString (script); | |
| + jsscript = JSStringCreateWithUTF8CString(script); | |
| JSEvaluateScript (js, jsscript, JSContextGetGlobalObject(js), … | |
| } | |
| } |