dnsapi/tests: Constify a character string.

This commit is contained in:
Frédéric Delanoy 2013-12-21 14:32:22 +01:00 committed by Alexandre Julliard
parent 90d1e9471b
commit ad906531b2
1 changed files with 16 additions and 16 deletions

View File

@ -154,7 +154,7 @@ static void test_DnsValidateName_A( void )
static void test_DnsNameCompare_A( void )
{
static CHAR empty[] = "",
static const CHAR empty[] = "",
dot[] = ".",
dotdot[] = "..",
A[] = "A",