it's c, not c++
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5032 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e873b82b53
commit
78f805da52
1 changed files with 2 additions and 2 deletions
|
@ -440,11 +440,11 @@ token get_token(input * in)
|
|||
int c;
|
||||
int nls;
|
||||
token ret;
|
||||
ret.cmd = c__invalid;
|
||||
ret.aux = FALSE;
|
||||
rdstring rs = { 0, 0, NULL };
|
||||
filepos cpos;
|
||||
|
||||
ret.cmd = c__invalid;
|
||||
ret.aux = FALSE;
|
||||
ret.text = NULL; /* default */
|
||||
c = get(in, &cpos);
|
||||
ret.pos = cpos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue