Andrew Talbot : secur32: Superfluous semicolons fix.

Alexandre Julliard julliard at winehq.org
Mon Nov 7 13:30:41 CST 2011


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Nov  5 20:54:50 2011 +0000

secur32: Superfluous semicolons fix.

---

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

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-cvs mailing list