Skip to content
Snippets Groups Projects
Commit 4de59850 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard
Browse files

crypt32: Fix typo.

parent 157709d7
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment