commit | a624fb044c3d4184751add8082c7ef6c5998a53c | [log] [tgz] |
---|---|---|
author | Michael Stefaniuc <mstefani@redhat.com> | Wed Sep 26 18:57:38 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Sep 27 11:08:23 2007 +0200 |
tree | 8043abd9fe9fe4a162d11dd5f571a43f4b55b740 | |
parent | 790424f0ad4d07a29944d6799c20339d0ada7754 [diff] [blame] |
crypt32: Add missing parameter to a TRACE.
diff --git a/dlls/crypt32/object.c b/dlls/crypt32/object.c index e12ace3..5dc6341 100644 --- a/dlls/crypt32/object.c +++ b/dlls/crypt32/object.c
@@ -466,6 +466,6 @@ dwExpectedContentTypeFlags, pdwMsgAndCertEncodingType, pdwContentType, phCertStore, phMsg); } - TRACE("returning %d\n"); + TRACE("returning %d\n", ret); return ret; }