Michael Stefaniuc : msctf/tests: Move 'inline' right after the storage specifier.
Module: wine Branch: master Commit: 2d8f252def312f596f97d1eefbf546e3dcdd17ec URL: http://source.winehq.org/git/wine.git/?a=commit;h=2d8f252def312f596f97d1eefb... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Mon May 4 14:54:44 2009 +0200 msctf/tests: Move 'inline' right after the storage specifier. --- dlls/msctf/tests/inputprocessor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msctf/tests/inputprocessor.c b/dlls/msctf/tests/inputprocessor.c index be53391..9f2900a 100644 --- a/dlls/msctf/tests/inputprocessor.c +++ b/dlls/msctf/tests/inputprocessor.c @@ -447,7 +447,7 @@ static void test_Activate(void) 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); return IUnknown_Release(iface);
participants (1)
-
Alexandre Julliard