Added missing line break.

This commit is contained in:
Stefan Leichter 2004-08-26 00:30:23 +00:00 committed by Alexandre Julliard
parent c5a95b82e9
commit 727a596e9b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ PCCERT_CONTEXT WINAPI CertFindCertificateInStore(HCERTSTORE hCertStore,
DWORD dwCertEncodingType, DWORD dwFlags, DWORD dwType,
const void *pvPara, PCCERT_CONTEXT pPrevCertContext)
{
FIXME("stub: %p %ld %ld %ld %p %p", hCertStore, dwCertEncodingType,
FIXME("stub: %p %ld %ld %ld %p %p\n", hCertStore, dwCertEncodingType,
dwFlags, dwType, pvPara, pPrevCertContext);
SetLastError(CRYPT_E_NOT_FOUND);
return NULL;