summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index 4afc203..9a2bed8 100644
--- a/config.c
+++ b/config.c
@@ -319,7 +319,7 @@ void config_read(Ted *ted, char const *filename) {
}
}
} else {
- config_err(cfg, "Invalid line syntax."
+ config_err(cfg, "Invalid line syntax. "
"Lines should either look like [section-name] or key = value");
}
} break;