Aktualizovat a1/program.c

This commit is contained in:
Tomáš Vlček 2026-02-20 23:20:06 +00:00
parent 65f7d03c13
commit 31ceb19316

View File

@ -22,7 +22,7 @@ int main()
{
putchar(tolower(vstup));
}
else if (iscntrl(vstup) != 0)
else if (iscntrl(vstup) == 0)
{
putchar(vstup);
}