summaryrefslogtreecommitdiff
path: root/srctohex.c
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@schweikhardt.net>2025-08-24 22:32:33 +0200
committerJens Schweikhardt <schweikh@schweikhardt.net>2025-08-24 22:32:33 +0200
commit1761a99889d3570b79b28584ab97b6489f878592 (patch)
treecda15a6f50d8c5d1ba77e366a6b2185663d0f207 /srctohex.c
parent6cb6fe4059881a47885a4e5888022734ca33387d (diff)
Start enclosed alphanumerics.
Diffstat (limited to 'srctohex.c')
-rw-r--r--srctohex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/srctohex.c b/srctohex.c
index d7f6dd2..3c51536 100644
--- a/srctohex.c
+++ b/srctohex.c
@@ -131,7 +131,7 @@ int compare_codepoints(const void *aFirst, const void *aSecond) {
void parse_bitmap(const wchar_t *aLine, int aWidth) {
const wchar_t *delim1 = wcschr(aLine, L'|');
if (delim1 == NULL)
- errx("line %d: initial delimiter '|' not found in %ls; not enough pixel lines?\n", gLineNr, aLine);
+ errx("line %d: initial delimiter '|' not found; early ENDCHAR?\n", gLineNr);
const wchar_t *delim2 = wcschr(delim1 + 1, L'|');
if (delim2 == NULL)