diff --git a/10/projects/01/1.c b/10/projects/01/1.c index ad1d6c5..b5b9a56 100644 --- a/10/projects/01/1.c +++ b/10/projects/01/1.c @@ -34,7 +34,7 @@ int main(void) { push(c); } - if (!is_empty) { + if (!is_empty()) { printf("Parentheses/braces are not nested properly\n"); return 0; }