aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mds-kbdc/make-tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mds-kbdc/make-tree.c b/src/mds-kbdc/make-tree.c
index c3bdc81..908d681 100644
--- a/src/mds-kbdc/make-tree.c
+++ b/src/mds-kbdc/make-tree.c
@@ -601,8 +601,7 @@ int parse_to_tree(const char* restrict filename, mds_kbdc_tree_t** restrict resu
; /* TODO */
else
{
- /* TODO not a keyword if it contains special characters */
- NEW_ERROR(1, ERROR, "invalid keyword ‘%s’", line);
+ NEW_ERROR(1, ERROR, "invalid syntax ‘%s’", line);
}
next: