Typo fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1017 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6948ec18fa
commit
f4588e4ce1
1 changed files with 1 additions and 1 deletions
|
@ -3712,7 +3712,7 @@ int CEXEBuild::do_add_file(const char *lgss, int attrib, int recurse, int linecn
|
||||||
{
|
{
|
||||||
if (hFileMap) CloseHandle(hFileMap);
|
if (hFileMap) CloseHandle(hFileMap);
|
||||||
CloseHandle(hFile);
|
CloseHandle(hFile);
|
||||||
ERROR_MSG("File: failed mmapping file \"%s\"\n",newfn);
|
ERROR_MSG("File: failed mapping file \"%s\"\n",newfn);
|
||||||
return PS_ERROR;
|
return PS_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue