mscms/tests: Write-strings warnings fix.

This commit is contained in:
Andrew Talbot 2006-07-20 22:16:25 +01:00 committed by Alexandre Julliard
parent f1e46cbe85
commit dc3dd4784d
1 changed files with 1 additions and 1 deletions

View File

@ -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;