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

mscms/tests: Write-strings warnings fix.

parent f1e46cbe
......@@ -446,7 +446,7 @@ static void test_GetCountColorProfileElements(void)
typedef struct colorspace_description_struct {
DWORD dwID;
char *szName;
const char *szName;
BOOL registered;
char filename[MAX_PATH];
} colorspace_descr;
......
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