This commit is contained in:
Kozar 2024-02-21 18:10:48 +01:00
parent efe6ff46fe
commit 410b0d7fed

View File

@ -14,7 +14,7 @@ int main(){
else if (c == '\n') {
line_count++; // Zvýšte počítadlo riadkov na konce riadka
}
else if (c < ' ' || c > 127) {
else if (c < ' ' || c >= 127) {
continue; // Preskočiť značky
}
putchar(c); // Vypíš znak