Module: wine Branch: master Commit: 0ab7781d99146c20c889b41a4414805c0dcd2f9d URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ab7781d99146c20c889b41a44...
Author: Juan Lang juan.lang@gmail.com Date: Thu Aug 28 10:05:30 2008 -0700
crypt32: Fix typo.
---
dlls/crypt32/crl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/crypt32/crl.c b/dlls/crypt32/crl.c index 9caf46d..23c623f 100644 --- a/dlls/crypt32/crl.c +++ b/dlls/crypt32/crl.c @@ -386,7 +386,7 @@ static BOOL CRLContext_SetProperty(PCCRL_CONTEXT context, DWORD dwPropId, DWORD dwFlags, const void *pvData) { PCONTEXT_PROPERTY_LIST properties = - Context_GetProperties(context, sizeof(CERT_CONTEXT)); + Context_GetProperties(context, sizeof(CRL_CONTEXT)); BOOL ret;
TRACE("(%p, %d, %08x, %p)\n", context, dwPropId, dwFlags, pvData);