Commit 730479e6 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Removed useless return statement in jsval_number.

parent 5c15ca13
......@@ -154,7 +154,6 @@ static inline jsval_t jsval_number(double n)
ret.u.s.tag = 0x7ff00000;
}
}
return ret;
#else
ret.type = JSV_NUMBER;
ret.u.n = n;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment