summaryrefslogtreecommitdiff
path: root/src/interpreter.c
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-11-29 17:38:56 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-11-29 17:38:56 +1100
commit44a1ea6542c812b173fb9685837c0b2fdc6a7c61 (patch)
tree5ca86b97f79c38a07d4c532be6edcc12a887cbc1 /src/interpreter.c
parent8d3aaacf14997bbac177ae37ccab4618264cf29c (diff)
bug fix apple.c:9 + inconsequential refactoring
Diffstat (limited to 'src/interpreter.c')
-rw-r--r--src/interpreter.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}