mshtml: Fixed a typo.

This commit is contained in:
Jacek Caban 2008-05-13 01:12:21 +02:00 committed by Alexandre Julliard
parent 2a771d294f
commit 7e497a9b08
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ static BOOL install_from_unix_file(const char *file_name)
}
dos_file_name = wine_get_dos_file_name(file_name);
if(!file_name) {
if(!dos_file_name) {
ERR("Could not get dos file name of %s\n", debugstr_a(file_name));
return FALSE;
}