mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +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)
|
||||
return;
|
||||
|
||||
_errorString = QString("parse error on line: %1").arg(ctx.line);
|
||||
_errorString = QString("parse error on line %1").arg(ctx.line);
|
||||
ctx.token = ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user