mscms/tests: Write-strings warnings fix.
This commit is contained in:
parent
f1e46cbe85
commit
dc3dd4784d
|
@ -446,7 +446,7 @@ static void test_GetCountColorProfileElements(void)
|
||||||
|
|
||||||
typedef struct colorspace_description_struct {
|
typedef struct colorspace_description_struct {
|
||||||
DWORD dwID;
|
DWORD dwID;
|
||||||
char *szName;
|
const char *szName;
|
||||||
BOOL registered;
|
BOOL registered;
|
||||||
char filename[MAX_PATH];
|
char filename[MAX_PATH];
|
||||||
} colorspace_descr;
|
} colorspace_descr;
|
||||||
|
|
Loading…
Reference in New Issue