a1 - 4
This commit is contained in:
parent
9ba0e24805
commit
4f7ac8268e
@ -11,7 +11,7 @@ int isClosing(char c){
|
||||
return (c == ')' || c == ']' || c == '}' || c == '>');
|
||||
}
|
||||
|
||||
char expectedCLosing(char c){
|
||||
char expectedClosing(char c){
|
||||
switch (c) {
|
||||
case '(': return ')';
|
||||
case '[': return ']';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user