From 360266baadbbe5f5a2f7167831b0188c9c21f443 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sat, 20 Jul 2019 13:06:17 +0200 Subject: [PATCH] fix error in comment --- ncdc/src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncdc/src/util.c b/ncdc/src/util.c index 1cd87f1..2f7e09d 100644 --- a/ncdc/src/util.c +++ b/ncdc/src/util.c @@ -21,7 +21,7 @@ wchar_t *util_readkey(int e) /* here it depends on the next character we read */ case L'[': len = 4; break; - /* O codes move the cursor, and have one additional bit set + /* O codes move the cursor, and have one additional byte after */ case L'O': len = 1; break; default: len = 5;