Update cv1/program.c
This commit is contained in:
parent
9dbf95fb13
commit
3694e026ad
@ -110,7 +110,7 @@ int main() {
|
||||
}
|
||||
|
||||
// Display total items read
|
||||
printf("Nacitanych 3 poloziek.\n", count);
|
||||
printf("Nacitanych %d poloziek.\n", count);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user