ref: 9937039372fdaea29cd4d562ebeac18527d52dd2
parent: b383d5d9832dbf81d6f8825b7cdfeea3d95fb696
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sat Dec 28 08:58:28 EST 2019
it's ascii, not asci, ffs
--- a/hx.c
+++ b/hx.c
@@ -82,7 +82,7 @@
}
if (lineoff == 16) {
-asci:
+ascii:
s[off++] = ' ';
s[off++] = '|';
for (lineoff = 0; lineoff < 16; lineoff++) {
@@ -135,7 +135,7 @@
s[off++] = ' ';
}
i = sz = 0;
- goto asci;
+ goto ascii;
}
for (wroff = 0; wroff < off; wroff += r) {
if ((r = write(1, s+wroff, off-wroff)) < 0) {