crypt32: Fix typo.
This commit is contained in:
parent
157709d7a2
commit
4de59850d5
|
@ -95,7 +95,7 @@ static BOOL CRYPT_CollectionAddContext(PWINE_COLLECTIONSTORE store,
|
||||||
contextFuncs = (PCONTEXT_FUNCS)((LPBYTE)storeEntry->store +
|
contextFuncs = (PCONTEXT_FUNCS)((LPBYTE)storeEntry->store +
|
||||||
contextFuncsOffset);
|
contextFuncsOffset);
|
||||||
ret = contextFuncs->addContext(storeEntry->store, context,
|
ret = contextFuncs->addContext(storeEntry->store, context,
|
||||||
existingLinked, childContext);
|
existingLinked, (const void **)&childContext);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue