jscript: Move 'inline' right after the storage specifier in a declaration.

Michael Stefaniuc mstefani at redhat.de
Thu Sep 4 16:31:09 CDT 2008


---
 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 ffb3f2b..1f55604 100644
--- a/dlls/jscript/jscript.h
+++ b/dlls/jscript/jscript.h
@@ -56,7 +56,7 @@ struct _script_ctx_t {
 
 void script_release(script_ctx_t*);
 
-static void inline script_addref(script_ctx_t *ctx)
+static inline void script_addref(script_ctx_t *ctx)
 {
     ctx->ref++;
 }
-- 
1.6.0.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080904/7a448f44/attachment.pgp 


More information about the wine-patches mailing list