Fix typo. - surf - Surf web browser.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 266e6562976a6aaaa1fadd3ecc6d72612cc7ce3e
(DIR) parent cc571bc0562c0dc27a54e2f36df60a66389bf8bc
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 22 Apr 2017 09:47:43 +0200
Fix typo.
Diffstat:
surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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;