Slight changes

This commit is contained in:
Tomáš Vlček 2026-02-26 23:19:46 +00:00
parent cf6a53d3c2
commit fc507371d8

View File

@ -37,7 +37,7 @@ int main()
putchar(vstup); putchar(vstup);
} }
poslednyChar = vstup; poslednyChar = vstup;
//proz... //pro
} }
if (poslednyChar != '\n' && poslednyChar != EOF) if (poslednyChar != '\n' && poslednyChar != EOF)
{ {