Austin English : jscript: Add missing prototype.

Alexandre Julliard julliard at winehq.org
Mon Oct 5 09:54:26 CDT 2009


Module: wine
Branch: master
Commit: 8bbaeb89fa357f84ce39ce0d159600742718231b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8bbaeb89fa357f84ce39ce0d159600742718231b

Author: Austin English <austinenglish at gmail.com>
Date:   Sat Oct  3 03:02:43 2009 -0500

jscript: Add missing prototype.

---

 dlls/jscript/jscript.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/jscript/jscript.h b/dlls/jscript/jscript.h
index 533be57..4451669 100644
--- a/dlls/jscript/jscript.h
+++ b/dlls/jscript/jscript.h
@@ -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);




More information about the wine-cvs mailing list