From 78b2518b13906cf5d285361247ba2166dc270f98 Mon Sep 17 00:00:00 2001 From: Jon Lewis Date: Fri, 13 Jul 2018 14:04:33 -0500 Subject: [PATCH] Fixed typo --- ee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee.c b/ee.c index 40cff2f..cdce3e5 100644 --- a/ee.c +++ b/ee.c @@ -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,