This commit is contained in:
mr314ot 2025-10-14 13:24:31 +02:00
parent 9ba0e24805
commit 4f7ac8268e

View File

@ -11,7 +11,7 @@ int isClosing(char c){
return (c == ')' || c == ']' || c == '}' || c == '>'); return (c == ')' || c == ']' || c == '}' || c == '>');
} }
char expectedCLosing(char c){ char expectedClosing(char c){
switch (c) { switch (c) {
case '(': return ')'; case '(': return ')';
case '[': return ']'; case '[': return ']';