summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tools/syncqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/syncqt/main.cpp b/src/tools/syncqt/main.cpp
index 1e18ca2082..dd5c181511 100644
--- a/src/tools/syncqt/main.cpp
+++ b/src/tools/syncqt/main.cpp
@@ -1208,7 +1208,7 @@ public:
if (!(skipChecks & WeMeantItChecks) && !hasWeMeantIt) {
faults |= WeMeantItChecks;
std::cerr << m_commandLineArgs->moduleName() << ": WARNING: " << m_currentFilename
- << " does not have the \"We mean it.\" warning\n"
+ << " does not have the \"We mean it.\" warning"
<< std::endl;
}