Skip to content
Snippets Groups Projects
Commit f0b6584f authored by deuce's avatar deuce
Browse files

Fix typo.

parent be77c3b9
No related branches found
No related tags found
No related merge requests found
......@@ -2334,7 +2334,7 @@ js_email(JSContext *cx, uintN argc, jsval *arglist)
if(argc < 1)
return JS_FALSE;
if(SVAL_IS_NUMBER(argv[0])) {
if(JSVAL_IS_NUMBER(argv[0])) {
if(!JS_ValueToInt32(cx,argv[0],&usernumber))
return JS_FALSE;
}
......
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