jscript: Move 'inline' to the beginning of the declaration.

Michael Stefaniuc mstefani at redhat.de
Mon Oct 15 04:15:28 CDT 2012


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

diff --git a/dlls/jscript/jsstr.h b/dlls/jscript/jsstr.h
index 48a1d8d..e29a66c 100644
--- a/dlls/jscript/jsstr.h
+++ b/dlls/jscript/jsstr.h
@@ -28,7 +28,7 @@ struct _jsstr_t {
 
 #define JSSTR_FLAG_NULLBSTR 1
 
-static unsigned inline jsstr_length(jsstr_t *str)
+inline static unsigned jsstr_length(jsstr_t *str)
 {
     return str->length_flags >> JSSTR_LENGTH_SHIFT;
 }
-- 
1.7.4.1



More information about the wine-patches mailing list