msctf/tests: Move 'inline' right after the storage specifier.

This commit is contained in:
Michael Stefaniuc 2009-05-04 14:54:44 +02:00 committed by Alexandre Julliard
parent 0f9bc1d3b7
commit 2d8f252def
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ static void test_Activate(void)
todo_wine ok(SUCCEEDED(hr),"Failed to Activate text service\n"); todo_wine ok(SUCCEEDED(hr),"Failed to Activate text service\n");
} }
static int inline check_context_refcount(ITfContext *iface) static inline int check_context_refcount(ITfContext *iface)
{ {
IUnknown_AddRef(iface); IUnknown_AddRef(iface);
return IUnknown_Release(iface); return IUnknown_Release(iface);