From 4de59850d55fa0587990d62d03b57f3f6c57b4cc Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Sat, 24 Jan 2009 17:48:21 -0800 Subject: [PATCH] crypt32: Fix typo. --- dlls/crypt32/collectionstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/crypt32/collectionstore.c b/dlls/crypt32/collectionstore.c index be8eddfe034..12eb7c3f7aa 100644 --- a/dlls/crypt32/collectionstore.c +++ b/dlls/crypt32/collectionstore.c @@ -95,7 +95,7 @@ static BOOL CRYPT_CollectionAddContext(PWINE_COLLECTIONSTORE store, contextFuncs = (PCONTEXT_FUNCS)((LPBYTE)storeEntry->store + contextFuncsOffset); ret = contextFuncs->addContext(storeEntry->store, context, - existingLinked, childContext); + existingLinked, (const void **)&childContext); } else {