Update 'du4/program.c'
This commit is contained in:
parent
552a60316c
commit
6f88633743
@ -47,11 +47,6 @@ int main() {
|
|||||||
expected_result = strtof(next, &next);
|
expected_result = strtof(next, &next);
|
||||||
while (*next == ' ') next++;
|
while (*next == ' ') next++;
|
||||||
} else {
|
} else {
|
||||||
printf("CHYBA\n");
|
|
||||||
goto next_line;
|
|
||||||
}
|
|
||||||
if (*next != '\n') {
|
|
||||||
printf("CHYBA\n");
|
|
||||||
goto next_line;
|
goto next_line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user