Commit 9a67d452 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

user/tests: Write-strings warnings fix.

parent 5f2558f5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment