This commit is contained in:
Weber 2024-10-31 18:04:20 +00:00
parent f0059b6091
commit 50ab0b2ac6

View File

@ -92,7 +92,7 @@ void skontrolujZatvorky(const char *kod) {
} }
if (!jePrazdny(&z)) { if (!jePrazdny(&z)) {
printf("Missing closing brackets: "); printf("Missing closing brackets:");
while (!jePrazdny(&z)) { while (!jePrazdny(&z)) {
char nezodpovedajuca = vyber(&z); char nezodpovedajuca = vyber(&z);
printf("%c ", printf("%c ",