diff --git a/dlls/mscms/tests/profile.c b/dlls/mscms/tests/profile.c index 27ef1c9b920..74ef07e98ff 100644 --- a/dlls/mscms/tests/profile.c +++ b/dlls/mscms/tests/profile.c @@ -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;