This commit is contained in:
Weber 2024-10-31 18:08:51 +00:00
parent c1500d5ccc
commit ec7f7cc7ee

View File

@ -81,7 +81,7 @@ void skontrolujZatvorky(const char *kod) {
char poslednaOtvaracia = vyber(&z);
if (!suZosuladene(poslednaOtvaracia, aktualny)) {
printf("Crossed bracket %c at position %d, expected %c \n",
printf("Crossed bracket %c in %d, expected %c \n",
aktualny, pozicia,
(poslednaOtvaracia == '{') ? '}' :
(poslednaOtvaracia == '[') ? ']' :