.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@9395 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-01-14 08:15:27 +00:00
parent 7815dd533e
commit 4eac72e80f

View file

@ -73,7 +73,7 @@ bool Ide::FindLineError(const String& ln, FindLineErrorCache& cache, ErrorInfo&
CParser p(s);
if(p.IsInt())
f.lineno = p.ReadInt();
if(p.Char(':') && p.IsInt())
if(p.Char(':') && p.IsInt())
f.linepos = p.ReadInt();
const char *ms = p.GetPtr();
f.kind = 3;