Commit 42fa1913 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 450ad214
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment