From f8f3dfbac828ba41b882b63914d3717442c2c934 Mon Sep 17 00:00:00 2001 From: Jon Lewis Date: Fri, 13 Jul 2018 14:07:45 -0500 Subject: [PATCH] Fixed typo: Part II. Protip: Build your software before you commit. --- ee.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee.h b/ee.h index e689802..1fff3c1 100644 --- a/ee.h +++ b/ee.h @@ -25,7 +25,7 @@ double peek(STACK); int isNum(const char*); int arrity(const char); -double evaluate(STACK*, int); +double evaluate(STACK*, char); double* operands(STACK*, int); double fact(int n);