diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-13 12:39:14 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-13 12:39:14 +0100 |
| commit | cfc6a783762ba9036b93f55e2d8108e990276e0f (patch) | |
| tree | 0a8356f7b0f93b1dcf221e9b96f2e237a1b33439 /libcmap.h | |
| parent | fix makefile: download selected versions of unicode files (diff) | |
| download | libcmap-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
