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

This commit is contained in:
Michael Stefaniuc 2009-01-10 02:43:54 +01:00 committed by Alexandre Julliard
parent ad2dfca6ab
commit 9192297345
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{