Commit 4d1d1683 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 96412ee5
......@@ -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++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment