secur32: Superfluous semicolons fix.

This commit is contained in:
Andrew Talbot 2011-11-05 20:54:50 +00:00 committed by Alexandre Julliard
parent 43bbce728a
commit 7f17934de2
1 changed files with 1 additions and 1 deletions

View File

@ -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;