mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
secur32/tests: Constify a character string.
This commit is contained in:
parent
fe7f9e5fbb
commit
9ad67a9a8e
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue