commit e78575267b4b761cdb7eeb97e44d3730030025bb
parent 46c296fb5b58130b951038f24e9ab36f7aa1e776
Author: hhvn <dev@hhvn.uk>
Date: Tue, 30 Nov 2021 18:18:00 +0000
config.c: add missing comma for format.timestamp description
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.c b/config.c
@@ -173,7 +173,7 @@ struct Config config[] = {
.strhandle = config_redraws,
.description = {
"Format of timestamps",
- "Only shown if timestamp.toggle is on."
+ "Only shown if timestamp.toggle is on.",
"This format is special as it is included in others.", NULL}},
{"format.ui.topic", 1, Val_string,
.str = "%{c:99,89}${topic}",