secur32: Superfluous semicolons fix

Andrew Talbot andrew.talbot at talbotville.com
Sat Nov 5 15:54:50 CDT 2011


Changelog:
    secur32: Superfluous semicolons fix.

diff --git a/dlls/secur32/ntlm.c b/dlls/secur32/ntlm.c
index f865158..4c353c3 100644
--- a/dlls/secur32/ntlm.c
+++ b/dlls/secur32/ntlm.c
@@ -1973,7 +1973,7 @@ static const SecPkgInfoA infoA = {
 
 #define NEGO_COMMENT { 'M', 'i', 'c', 'r', 'o', 's', 'o', 'f', 't', ' ', \
     'P', 'a', 'c', 'k', 'a', 'g', 'e', ' ', \
-    'N', 'e', 'g', 'o', 't', 'i', 'a', 't', 'o', 'r', 0};
+    'N', 'e', 'g', 'o', 't', 'i', 'a', 't', 'o', 'r', 0}
 
 static CHAR nego_comment_A[] = NEGO_COMMENT;
 static WCHAR nego_comment_W[] = NEGO_COMMENT;



More information about the wine-patches mailing list