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

This commit is contained in:
Gerald Pfeifer 2003-03-25 00:33:12 +00:00 committed by Alexandre Julliard
parent 0c9abbeead
commit 7a9119207c
1 changed files with 1 additions and 1 deletions

View File

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