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