user/tests: Write-strings warnings fix.

This commit is contained in:
Andrew Talbot 2006-08-08 23:21:56 +01:00 committed by Alexandre Julliard
parent 5f2558f506
commit 9a67d452fa

View File

@ -374,7 +374,7 @@ typedef struct
} LOGFONT16, *LPLOGFONT16;
/* get logfont from the registry */
static int lffromreg( char *keyname, char *valname, LOGFONTA *plf)
static int lffromreg( const char *keyname, const char *valname, LOGFONTA *plf)
{
HKEY hkey;
LOGFONTW lfw;