From 1761a99889d3570b79b28584ab97b6489f878592 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Sun, 24 Aug 2025 22:32:33 +0200 Subject: Start enclosed alphanumerics. --- srctohex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srctohex.c') 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) -- cgit v1.2.3