From 3091b243b1b81f6c43d6bd0838d341bb1b8eeb61 Mon Sep 17 00:00:00 2001 From: fdai7184 Date: Fri, 10 Feb 2023 21:18:52 +0100 Subject: [PATCH] change input.c to test invalid input --- src/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input.c b/src/input.c index aa6d2cd..0754d13 100644 --- a/src/input.c +++ b/src/input.c @@ -84,7 +84,7 @@ char getTInput(char key){ case 'p': return 'p'; } - + return 'n'; }