secur32/tests: Constify a character string.

This commit is contained in:
Frédéric Delanoy 2013-12-28 14:10:46 +01:00 committed by Alexandre Julliard
parent fe7f9e5fbb
commit 9ad67a9a8e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static BYTE message_binary[] =
{0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x2c, 0x20, 0x77, 0x6f, 0x72,
0x6c, 0x64, 0x21};
static char message[] = "Hello, world!";
static const char message[] = "Hello, world!";
static char message_header[] = "Header Test";