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