From a73bbf338a5a339b5ee2b892d5378662f33513a0 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 31 Mar 2006 11:08:59 +0000 Subject: [PATCH] Fix a typo svn path=/trunk/; revision=21426 --- .../base/applications/testsets/rpcrt4/context_handles/ctx.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);