From 44a1ea6542c812b173fb9685837c0b2fdc6a7c61 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Wed, 29 Nov 2023 17:38:56 +1100 Subject: bug fix apple.c:9 + inconsequential refactoring --- src/interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interpreter.c') diff --git a/src/interpreter.c b/src/interpreter.c index 200347e..d243e67 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -116,7 +116,7 @@ int main(int argc, char *argv[]){ i++; }*/ } - callInstructionTable(c, x); + CallInstructionTable(c, x); } } -- cgit v1.2.3