test
This commit is contained in:
parent
f0059b6091
commit
50ab0b2ac6
@ -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 ",
|
||||||
|
Loading…
Reference in New Issue
Block a user