This commit is contained in:
Weber 2024-10-31 17:52:14 +00:00
parent 27771e9ed8
commit e53720f016

View File

@ -75,7 +75,7 @@ void skontrolujZatvorky(const char *kod) {
vloz(&z, aktualny);
} else if (aktualny == '}' || aktualny == ']' || aktualny == '>' || aktualny == ')') {
if (jePrazdny(&z)) {
printf("Unexpected bracket '%c' at position %d\n", aktualny, pozicia);
printf("Unexpected closing bracket '%c' in %d\n", aktualny, pozicia);
return;
}