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:
kichik 2007-04-02 10:54:23 +00:00
parent e873b82b53
commit 78f805da52

View file

@ -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;