Update main.c

pull/116/head
alanbjohnston 5 years ago committed by GitHub
parent 5a8adeea2f
commit 1271e7b62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1299,7 +1299,7 @@ else {
} }
} }
for (count1 = 0; count1 < 3; count1++) { for (int count1 = 0; count1 < 3; count1++) {
if (other[count1] < other_min[count1]) if (other[count1] < other_min[count1])
other_min[count1] = other[count1]; other_min[count1] = other[count1];
if (other[count1] > other_max[count1]) if (other[count1] > other_max[count1])

Loading…
Cancel
Save

Powered by TurnKey Linux.