From 91922973454fa38354f57c464819da9a1daafe26 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc <mstefani@redhat.de> Date: Sat, 10 Jan 2009 02:43:54 +0100 Subject: [PATCH] widl: Move "inline" right after the storage class specifier. --- tools/widl/typegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c index 7d2b751d45b..2b0e4145933 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) {