Module: wine Branch: refs/heads/master Commit: dc3dd4784d80ba5f9501187c82da67150f74b645 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=dc3dd4784d80ba5f9501187c...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Thu Jul 20 22:16:25 2006 +0100
mscms/tests: Write-strings warnings fix.
---
dlls/mscms/tests/profile.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mscms/tests/profile.c b/dlls/mscms/tests/profile.c index 27ef1c9..74ef07e 100644 --- a/dlls/mscms/tests/profile.c +++ b/dlls/mscms/tests/profile.c @@ -446,7 +446,7 @@ static void test_GetCountColorProfileEle
typedef struct colorspace_description_struct { DWORD dwID; - char *szName; + const char *szName; BOOL registered; char filename[MAX_PATH]; } colorspace_descr;