!makensis on POSIX does not support -OUTPUTCHARSET

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6521 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-07-12 11:08:37 +00:00
parent 89a2cbb770
commit a560e2411c
2 changed files with 16 additions and 35 deletions

View file

@ -626,7 +626,7 @@ static inline int makensismain(int argc, TCHAR **argv)
argpos++;
}
if (argpos<argc || (!files_processed && !cmds_processed))
if (argpos < argc || (!files_processed && !cmds_processed))
{
if (build.display_errors && !nousage)
{