commit a9b3157d7924bb7ff78b42cfded7a4f0910e8f53 parent 7dd718d52e96bdfe89666c11ae5fa64c77a9551b Author: hhvn <dev@hhvn.uk> Date: Sat, 14 May 2022 23:54:09 +0100 Missing case statement for '?' Diffstat:
M | zygo.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zygo.c b/zygo.c @@ -1140,6 +1140,7 @@ run(void) { case ':': case '+': case '/': + case '?': case 'a': case 'y': if (c == 'a' || c == 'y') {