summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config/ConfigFile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/ConfigFile.cxx b/src/config/ConfigFile.cxx
index b6164b8bc..cd4fe9160 100644
--- a/src/config/ConfigFile.cxx
+++ b/src/config/ConfigFile.cxx
@@ -106,7 +106,7 @@ config_read_block(BufferedReader &reader, Error &error)
if (*line != 0 && *line != CONF_COMMENT) {
delete ret;
error.Format(config_file_domain,
- "line %y: Unknown tokens after '}'",
+ "line %u: Unknown tokens after '}'",
reader.GetLineNumber());
return nullptr;
}