Andrew Talbot : secur32: Superfluous semicolons fix.
Module: wine Branch: master Commit: 7f17934de2f800ea2f1c7468083ef119d77481cf URL: http://source.winehq.org/git/wine.git/?a=commit;h=7f17934de2f800ea2f1c746808... Author: Andrew Talbot <andrew.talbot(a)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;
participants (1)
-
Alexandre Julliard