diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |