Commit 7a911920 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Add trailing full-stop to warning in DIR_GetPath().

parent 0c9abbee
......@@ -84,7 +84,7 @@ static int DIR_GetPath( LPCWSTR keyname, LPCWSTR defval, DOS_FULL_NAME *full_nam
(!(GetLongPathNameW(full_name->short_name, longname, longname_len))) )
{
if (warn)
MESSAGE("Invalid path %s for %s directory: %s\n",
MESSAGE("Invalid path %s for %s directory: %s.\n",
debugstr_w(path), debugstr_w(keyname), mess);
return 0;
}
......
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