aboutsummaryrefslogtreecommitdiffstats
path: root/libcmap.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-13 12:39:14 +0100
committerMattias Andrée <m@maandree.se>2026-02-13 12:39:14 +0100
commitcfc6a783762ba9036b93f55e2d8108e990276e0f (patch)
tree0a8356f7b0f93b1dcf221e9b96f2e237a1b33439 /libcmap.h
parentfix makefile: download selected versions of unicode files (diff)
downloadlibcmap-cfc6a783762ba9036b93f55e2d8108e990276e0f.tar.gz
libcmap-cfc6a783762ba9036b93f55e2d8108e990276e0f.tar.bz2
libcmap-cfc6a783762ba9036b93f55e2d8108e990276e0f.tar.xz
Fix whitespace typo
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libcmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmap.h b/libcmap.h
index 127ba2a..6980daa 100644
--- a/libcmap.h
+++ b/libcmap.h
@@ -298,7 +298,7 @@ int libcmap_snprint_range(char *buf, size_t bufsize, const struct libcmap_range
int libcmap_fprint_range(FILE *fp, const struct libcmap_range *range, const char *endash);
/**
- * Print, to standard output, a string representing a
+ * Print, to standard output, a string representing a
* Unicode codepoint range
*
* @param range The range to print a representation of