From dc3dd4784d80ba5f9501187c82da67150f74b645 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Thu, 20 Jul 2006 22:16:25 +0100 Subject: [PATCH] mscms/tests: Write-strings warnings fix. --- dlls/mscms/tests/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;