Commit bbd8008b authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

shell32/tests: Write-strings warnings fix.

parent 0c96a42a
......@@ -475,8 +475,8 @@ static const char* testfiles[]=
typedef struct
{
char* verb;
char* basename;
const char* verb;
const char* basename;
int rc;
int todo;
} filename_tests_t;
......
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