diff --git a/du1/program.c b/du1/program.c index c07781b..d15d746 100644 --- a/du1/program.c +++ b/du1/program.c @@ -117,7 +117,7 @@ int read_pizza (struct pizza* item) { } } - printf("Nacitannych %d poloziek.\n", pocet); + printf("Nacitannych %d poloziek.", pocet); return 0; } \ No newline at end of file