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