diff --git a/dlls/crypt32/object.c b/dlls/crypt32/object.c index e12ace37a8c..5dc6341ad76 100644 --- a/dlls/crypt32/object.c +++ b/dlls/crypt32/object.c @@ -466,6 +466,6 @@ BOOL WINAPI CryptQueryObject(DWORD dwObjectType, const void *pvObject, dwExpectedContentTypeFlags, pdwMsgAndCertEncodingType, pdwContentType, phCertStore, phMsg); } - TRACE("returning %d\n"); + TRACE("returning %d\n", ret); return ret; }