mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-29 13:45:28 +03:00
Fix typo in unused jsapi code.
This commit is contained in:
parent
16fd36eb9d
commit
4c975aafa3
@ -341,7 +341,7 @@ nserror js_newcontext(int timeout, jscallback *cb, void *cbctx,
|
||||
|
||||
JSLOG("New Context %p", cx);
|
||||
|
||||
r*jsctx = (jscontext *)cx;
|
||||
*jsctx = (jscontext *)cx;
|
||||
return NSERROR_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user