diff options
Diffstat (limited to 'planner.c')
-rw-r--r-- | planner.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ static int verify_gas_exists(struct dive *dive, int o2, int he) cyl = dive->cylinder + i; mix = &cyl->gasmix; if (cylinder_nodata(cyl)) - break; + continue; if (gasmix_distance(mix, &mix_in) < 200) return i; } |