crypt32: Fix typo.

This commit is contained in:
Juan Lang 2009-01-24 17:48:21 -08:00 committed by Alexandre Julliard
parent 157709d7a2
commit 4de59850d5
1 changed files with 1 additions and 1 deletions

View File

@ -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
{