diff --git a/cv1/program.c b/cv1/program.c index b826f10..43c4200 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -15,7 +15,8 @@ int main(){ line_count++; // Zvýšte počítadlo riadkov na konce riadka } else if (c == '\t'){ - putchar(c); + //putchar(c); + continue; } else if (c < ' ' || c >= 127) { continue; // Preskočiť značky