summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/error.c b/error.c
index 8aa83b5..7589175 100644
--- a/error.c
+++ b/error.c
@@ -363,3 +363,9 @@ void err_sfntbadglyph(const filepos *fpos, unsigned wc)
"warning: character U+%04X references a non-existent glyph",
wc);
}
+
+void err_chm_badname(const filepos *fpos, const char *sp)
+{
+ do_error(fpos, "CHM internal file name `%s' begins with"
+ " a reserved character", sp);
+}