commit 266e6562976a6aaaa1fadd3ecc6d72612cc7ce3e
parent cc571bc0562c0dc27a54e2f36df60a66389bf8bc
Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 22 Apr 2017 09:47:43 +0200
Fix typo.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/surf.c b/surf.c
@@ -514,7 +514,7 @@ cookiepolicy_set(const SoupCookieJarAcceptPolicy ep)
}
void
-evalscript(JSContextRef js, char *script, char* scriptname)
+evalscript(JSContextRef js, char *script, char *scriptname)
{
JSStringRef jsscript, jsscriptname;
JSValueRef exception = NULL;