widl: Move "inline" right after the storage class specifier.
This commit is contained in:
parent
ad2dfca6ab
commit
9192297345
|
@ -1271,7 +1271,7 @@ static void write_user_tfs(FILE *file, type_t *type, unsigned int *tfsoff)
|
||||||
*tfsoff += 2;
|
*tfsoff += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
static unsigned char inline make_signed(unsigned char fc)
|
static inline unsigned char make_signed(unsigned char fc)
|
||||||
{
|
{
|
||||||
switch(fc)
|
switch(fc)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue