summaryrefslogtreecommitdiffstats
path: root/ini/ini_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'ini/ini_print.c')
-rw-r--r--ini/ini_print.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ini/ini_print.c b/ini/ini_print.c
index d2d01c1..1812cd6 100644
--- a/ini/ini_print.c
+++ b/ini/ini_print.c
@@ -122,7 +122,11 @@ static const char *parsing_error_str(int parsing_error)
_("Duplicate key is not allowed."),
_("Duplicate key is detected while "
"merging sections."),
- _("Duplicate section is not allowed.")
+ _("Duplicate section is not allowed."),
+ _("Invalid character at the "
+ "beginning of the line."),
+ _("Invalid tab character at the "
+ "beginning of the line.")
};
/* Check the range */