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

This commit is contained in:
Michael Stefaniuc 2008-09-04 23:31:09 +02:00 committed by Alexandre Julliard
parent 96412ee564
commit 4d1d16836b

View file

@ -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++;
}