This commit is contained in:
Michal Utľák 2024-03-13 12:23:48 +01:00
parent ba05a39537
commit f41f431402

View File

@ -37,7 +37,7 @@ int main() {
int value = strtol(line, NULL, 10); int value = strtol(line, NULL, 10);
if (value == 0) { if (value == 0) {
if (prvy_vstup) { if (prvy_vstup) {
printf("Nepodarilo nacitat nic.\n"); printf("Nepodarilo nacitat nic\n");
return 0; return 0;
} else { } else {
break; break;