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;
 }