continue
This commit is contained in:
parent
281105b996
commit
bea940fdec
@ -30,8 +30,7 @@ int main() {
|
|||||||
|
|
||||||
int value = strtol(line, NULL, 10);
|
int value = strtol(line, NULL, 10);
|
||||||
if (value == 0) {
|
if (value == 0) {
|
||||||
printf("Zly format vstupu\n");
|
continue;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
char name[SIZE];
|
char name[SIZE];
|
||||||
|
Loading…
Reference in New Issue
Block a user