Skip to content
Snippets Groups Projects
Commit d97f6faf authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve new warning introduced in previous commit.

parent ab1e9572
No related branches found
No related tags found
No related merge requests found
...@@ -1975,7 +1975,7 @@ js_text(JSContext *cx, uintN argc, jsval *arglist) ...@@ -1975,7 +1975,7 @@ js_text(JSContext *cx, uintN argc, jsval *arglist)
{ {
JSObject* obj=JS_THIS_OBJECT(cx, arglist); JSObject* obj=JS_THIS_OBJECT(cx, arglist);
jsval* argv=JS_ARGV(cx, arglist); jsval* argv=JS_ARGV(cx, arglist);
int32 i=0; uint32 i=0;
JS_SET_RVAL(cx, arglist, JSVAL_NULL); JS_SET_RVAL(cx, arglist, JSVAL_NULL);
if(!js_argc(cx, argc, 1)) if(!js_argc(cx, argc, 1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment