summaryrefslogtreecommitdiff
path: root/src/interpreter.c
diff options
context:
space:
mode:
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);
}
}