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

scrrun/tests: Constify a character string.

parent 7d8f8dba
......@@ -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;
......
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