Commit 8bbaeb89 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

jscript: Add missing prototype.

parent a19754ab
......@@ -369,7 +369,7 @@ static inline void num_set_nan(VARIANT *v)
#endif
}
static inline DOUBLE ret_nan()
static inline DOUBLE ret_nan(void)
{
VARIANT v;
num_set_nan(&v);
......
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