du3 - 6
This commit is contained in:
parent
2354cc5688
commit
4038f48262
@ -86,7 +86,7 @@ int main(void) {
|
||||
case '/':
|
||||
if (b == 0) {
|
||||
printf("division by zero\n");
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
result = a / b; break;
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user