Module: wine Branch: master Commit: 4de59850d55fa0587990d62d03b57f3f6c57b4cc URL: http://source.winehq.org/git/wine.git/?a=commit;h=4de59850d55fa0587990d62d03...
Author: Juan Lang juan.lang@gmail.com Date: Sat Jan 24 17:48:21 2009 -0800
crypt32: Fix typo.
---
dlls/crypt32/collectionstore.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/crypt32/collectionstore.c b/dlls/crypt32/collectionstore.c index be8eddf..12eb7c3 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 {