Fixed typo

This commit is contained in:
Jon Lewis
2018-07-13 14:04:33 -05:00
parent 2aebaa75e3
commit 78b2518b13

2
ee.c
View File

@@ -64,7 +64,7 @@ arrity(const char query){
double
evaluate(STACK* target_stack, ch operator){
evaluate(STACK* target_stack, char operator){
/*
* If target_stack is a pointer to a STACK and operator is
* a char corresponding to a supported operator,