Merge pull request #100 from selfpoised/master

minor change: from " *end != 0 => *_end != 0"
This commit is contained in:
Lee Thomason 2013-03-13 12:58:37 -07:00
commit c510a8c76e
1 changed files with 10 additions and 10 deletions

View File

@ -172,7 +172,7 @@ private:
NEEDS_DELETE = 0x200 NEEDS_DELETE = 0x200
}; };
// After parsing, if *end != 0, it can be set to zero. // After parsing, if *_end != 0, it can be set to zero.
int _flags; int _flags;
char* _start; char* _start;
char* _end; char* _end;