Removed one line ifs and elses. (#11389)

This commit is contained in:
ComicIronic
2016-08-15 11:36:21 +01:00
committed by clusterfack
parent b2b5c81633
commit d490e1f970
914 changed files with 11196 additions and 5646 deletions

View File

@@ -212,7 +212,8 @@
while(options.symbols.Find(buf + char))
buf += char
if(++codepos > length(code)) break
if(++codepos > length(code))
break
char = copytext(code, codepos, codepos + 1)
codepos-- //allow main Scan() proc to read the next character