From 0cf19ce2fc9eedd9a1c84e30bb12e657bd5db6f2 Mon Sep 17 00:00:00 2001 From: cancel Date: Wed, 19 Dec 2018 03:06:22 +0900 Subject: [PATCH] Add comment --- sim.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sim.c b/sim.c index 6ae02f5..3aa33f4 100644 --- a/sim.c +++ b/sim.c @@ -5,9 +5,9 @@ //////// Utilities static Glyph const indexed_glyphs[] = { - '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', - 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', - 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', + '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', // 0 - 11 + 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', // 12 - 23 + 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', // 24 - 35 }; enum {