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

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 11 07:27:58 CDT 2007


Module: wine
Branch: master
Commit: 42fa19133a5062f5529d5389f5080f58e6bad8a1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=42fa19133a5062f5529d5389f5080f58e6bad8a1

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu May 10 18:46:55 2007 +0200

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

---

 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 */




More information about the wine-cvs mailing list