hhctrl.ocx: Remove misplaced semicolon after an if condition.
This commit is contained in:
parent
7340dcdb6d
commit
c7a46f5d3e
@ -126,7 +126,7 @@ static BOOL resolve_filename(const WCHAR *filename, WCHAR *fullname, DWORD bufle
|
|||||||
extra = strstrW(filename, delimW);
|
extra = strstrW(filename, delimW);
|
||||||
if (extra)
|
if (extra)
|
||||||
{
|
{
|
||||||
if (filename != chm_file);
|
if (filename != chm_file)
|
||||||
memcpy(chm_file, filename, (extra-filename)*sizeof(WCHAR));
|
memcpy(chm_file, filename, (extra-filename)*sizeof(WCHAR));
|
||||||
chm_file[extra-filename] = 0;
|
chm_file[extra-filename] = 0;
|
||||||
filename = chm_file;
|
filename = chm_file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user