surf

my build of surf
git clone git://git.ckyln.com/~cem/surf.git
Log | Files | Refs | README | LICENSE

commit 92cb8792e17e7f0c61131da3be1bddda5375bc47
parent 04173f6661ab8a84df36e081c58402ac8ec5b902
Author: Enno Boland (tox) <tox@s01.de>
Date:   Tue, 13 Oct 2009 20:10:43 +0200

small whitespacefix.
Diffstat:
Msurf.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surf.c b/surf.c @@ -699,7 +699,7 @@ windowobjectcleared(GtkWidget *w, WebKitWebFrame *frame, JSContextRef js, JSObje 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), NULL, 0, &exception); } }