hhctrl.ocx: Remove misplaced semicolon after an if condition

Frédéric Delanoy frederic.delanoy at gmail.com
Thu Jun 30 09:46:34 CDT 2011


---
Problem introduced in 3414d0e

 dlls/hhctrl.ocx/hhctrl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/hhctrl.ocx/hhctrl.c b/dlls/hhctrl.ocx/hhctrl.c
index 33cc1f1..f93fecc 100644
--- a/dlls/hhctrl.ocx/hhctrl.c
+++ b/dlls/hhctrl.ocx/hhctrl.c
@@ -126,7 +126,7 @@ static BOOL resolve_filename(const WCHAR *filename, WCHAR *fullname, DWORD bufle
     extra = strstrW(filename, delimW);
     if (extra)
     {
-        if (filename != chm_file);
+        if (filename != chm_file)
             memcpy(chm_file, filename, (extra-filename)*sizeof(WCHAR));
         chm_file[extra-filename] = 0;
         filename = chm_file;
-- 
1.7.5.4




More information about the wine-patches mailing list