mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Cosmetics
This commit is contained in:
parent
e9cd0963dc
commit
17ed28ebf7
@ -118,7 +118,7 @@ void PRJFile::error(CTX &ctx)
|
|||||||
if (ctx.token == ERROR)
|
if (ctx.token == ERROR)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
_errorString = QString("parse error on line: %1").arg(ctx.line);
|
_errorString = QString("parse error on line %1").arg(ctx.line);
|
||||||
ctx.token = ERROR;
|
ctx.token = ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user