widl: Move "inline" right after the storage class specifier.

Michael Stefaniuc mstefani at redhat.de
Fri Jan 9 19:43:54 CST 2009


---
 tools/widl/typegen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c
index 7d2b751..2b0e414 100644
--- a/tools/widl/typegen.c
+++ b/tools/widl/typegen.c
@@ -1271,7 +1271,7 @@ static void write_user_tfs(FILE *file, type_t *type, unsigned int *tfsoff)
     *tfsoff += 2;
 }
 
-static unsigned char inline make_signed(unsigned char fc)
+static inline unsigned char make_signed(unsigned char fc)
 {
     switch(fc)
     {
-- 
1.6.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/20090110/103d486f/attachment.pgp 


More information about the wine-patches mailing list