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

Francois Gouget fgouget at free.fr
Thu May 10 11:46:55 CDT 2007


---
 dlls/crypt32/store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/store.c b/dlls/crypt32/store.c
index b3c5fcd..5f44be4 100644
--- a/dlls/crypt32/store.c
+++ b/dlls/crypt32/store.c
@@ -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 */
-- 
1.4.4.4



More information about the wine-patches mailing list