Fix typo in unused jsapi code.

This commit is contained in:
Michael Drake 2015-08-13 14:30:28 +01:00
parent 16fd36eb9d
commit 4c975aafa3

View File

@ -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;
}