Module: wine Branch: master Commit: 7e497a9b0864fca9fae42fadb2201871359e5e18 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e497a9b0864fca9fae42fadb2...
Author: Jacek Caban jacek@codeweavers.com Date: Tue May 13 01:12:21 2008 +0200
mshtml: Fixed a typo.
---
dlls/mshtml/install.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/install.c b/dlls/mshtml/install.c index e1226c6..605fa05 100644 --- a/dlls/mshtml/install.c +++ b/dlls/mshtml/install.c @@ -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; }