diff options
| author | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-08-24 22:32:33 +0200 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-08-24 22:32:33 +0200 |
| commit | 1761a99889d3570b79b28584ab97b6489f878592 (patch) | |
| tree | cda15a6f50d8c5d1ba77e366a6b2185663d0f207 /srctohex.c | |
| parent | 6cb6fe4059881a47885a4e5888022734ca33387d (diff) | |
Start enclosed alphanumerics.
Diffstat (limited to 'srctohex.c')
| -rw-r--r-- | srctohex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
