T++ style adjustments...

git-svn-id: svn://ultimatepp.org/upp/trunk@431 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-09-12 11:10:28 +00:00
parent 276d631b23
commit 7cee0fd8a8
11 changed files with 1980 additions and 191 deletions

View file

@ -152,7 +152,7 @@ void Lex::Next()
{
grounding = false;
while((byte)*ptr <= ' ') {
if(*ptr == '\1')
if(*ptr == '\2')
grounding = true;
if(*ptr == '\0') return;
ptr++;