Updated changelog and fixed minor documentation bugs (bug #3063566, bug #3567313)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6322 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2013-03-27 02:50:27 +00:00
parent d5962e9b67
commit e173cd33a4
8 changed files with 40 additions and 12 deletions

View file

@ -132,7 +132,7 @@ TCHAR* LineParser::gettoken_str(int token)
return m_tokens[token];
}
int LineParser::gettoken_enum(int token, const TCHAR *strlist) // null seperated list
int LineParser::gettoken_enum(int token, const TCHAR *strlist) // null separated list
{
int x=0;
TCHAR *tt=gettoken_str(token);