Update 'du4/program.c'
This commit is contained in:
parent
6f88633743
commit
6eedd49d95
@ -22,7 +22,6 @@ int main() {
|
|||||||
has_operator = 1;
|
has_operator = 1;
|
||||||
op = *start;
|
op = *start;
|
||||||
} else if ((*start < '0' || *start > '9') && *start != ' ' && *start != '=' && *start != '.') {
|
} else if ((*start < '0' || *start > '9') && *start != ' ' && *start != '=' && *start != '.') {
|
||||||
printf("CHYBA\n");
|
|
||||||
goto next_line;
|
goto next_line;
|
||||||
}
|
}
|
||||||
start++;
|
start++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user