From 17ed28ebf7ad2e02c47685bc4a8bf81c0776fc77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 28 Jun 2021 23:48:02 +0200 Subject: [PATCH] Cosmetics --- src/map/prjfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/prjfile.cpp b/src/map/prjfile.cpp index 00d9ef9c..a45eafb9 100644 --- a/src/map/prjfile.cpp +++ b/src/map/prjfile.cpp @@ -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; }