crypt32: Add missing '\n' in FIXME() call.

oldstable
Francois Gouget 2007-05-10 18:46:55 +02:00 committed by Alexandre Julliard
parent 450ad214ec
commit 42fa19133a
1 changed files with 1 additions and 1 deletions

View File

@ -2632,7 +2632,7 @@ static LONG CRYPT_OpenParentStore(DWORD dwFlags,
/* hklm\Software\Microsoft\Cryptography\Services\servicename\
* SystemCertificates
*/
FIXME("CERT_SYSTEM_STORE_SERVICES");
FIXME("CERT_SYSTEM_STORE_SERVICES\n");
return ERROR_FILE_NOT_FOUND;
case CERT_SYSTEM_STORE_USERS:
/* hku\user sid\Software\Microsoft\SystemCertificates */