diff --git a/cv1/program.c b/cv1/program.c index ce1c9cf..340d906 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -17,8 +17,8 @@ int main(){ else if (c < ' ' || c >= 127) { continue; // Preskočiť značky } - else if (c == '\t') { - putchar(c); // Print the tab character + if (c == '\t') { + putchar(c); } putchar(c); // Vypíš znak