Commit ad906531 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

dnsapi/tests: Constify a character string.

parent 90d1e947
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment