crypt32: Add missing '\n' in FIXME() call.
This commit is contained in:
parent
450ad214ec
commit
42fa19133a
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue