pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04173f6
)
small whitespacefix.
author
Enno Boland (tox)
<tox@s01.de>
Tue, 13 Oct 2009 18:10:43 +0000
(20:10 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Tue, 13 Oct 2009 18:10:43 +0000
(20:10 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
3c2f572
..
28b6966
100644
(file)
--- 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);
}
}