mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
scrrun/tests: Constify a character string.
This commit is contained in:
parent
7d8f8dbad9
commit
fe7f9e5fbb
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ static void test_createfolder(void)
|
|||
|
||||
static void test_textstream(void)
|
||||
{
|
||||
static WCHAR testfileW[] = {'t','e','s','t','f','i','l','e','.','t','x','t',0};
|
||||
static const WCHAR testfileW[] = {'t','e','s','t','f','i','l','e','.','t','x','t',0};
|
||||
ITextStream *stream;
|
||||
VARIANT_BOOL b;
|
||||
HANDLE file;
|
||||
|
|
Loading…
Reference in a new issue