Commit 7e497a9b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Fixed a typo.

parent 2a771d29
......@@ -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;
}
......
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