]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hexdump: fix typo, dcl instead of dc1
authorKarel Zak <kzak@redhat.com>
Mon, 9 Mar 2020 09:54:28 +0000 (10:54 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 9 Mar 2020 09:54:28 +0000 (10:54 +0100)
Addresses: https://github.com/karelzak/util-linux/issues/976
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/hexdump-conv.c

index 0c4f15fa08df373408febbe53bbd6a602e67ad69..bd697098410c9177c5b76e32854e33276e0d4464 100644 (file)
@@ -90,7 +90,7 @@ conv_u(struct hexdump_pr *pr, u_char *p)
        static const char *list[] = {
                "nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",
                 "bs",  "ht",  "lf",  "vt",  "ff",  "cr",  "so",  "si",
-               "dle", "dcl", "dc2", "dc3", "dc4", "nak", "syn", "etb",
+               "dle", "dc1", "dc2", "dc3", "dc4", "nak", "syn", "etb",
                "can",  "em", "sub", "esc",  "fs",  "gs",  "rs",  "us",
        };