diff --git a/reactos/base/applications/testsets/rpcrt4/context_handles/ctx.idl b/reactos/base/applications/testsets/rpcrt4/context_handles/ctx.idl index b204ca7ed76..e6cecc99933 100644 --- a/reactos/base/applications/testsets/rpcrt4/context_handles/ctx.idl +++ b/reactos/base/applications/testsets/rpcrt4/context_handles/ctx.idl @@ -7,7 +7,7 @@ interface hello { typedef long CTXTYPE; -typedef [context_handle] CTXTYPE, *PCTXTYPE; +typedef [context_handle] CTXTYPE *PCTXTYPE; void CtxOpen( [out] PCTXTYPE *pphContext, [in] long Value);