Fixup: don't capitalise best_He

Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Rick Walsh 2016-07-06 22:40:36 +10:00 committed by Dirk Hohndel
parent f08b0e0e3e
commit ffca5674bf
3 changed files with 5 additions and 5 deletions

View file

@ -3660,7 +3660,7 @@ fraction_t best_o2(depth_t depth, struct dive *dive)
}
//Calculate He in best mix. O2 is considered narcopic
fraction_t best_He(depth_t depth, struct dive *dive)
fraction_t best_he(depth_t depth, struct dive *dive)
{
fraction_t fhe;
int pnarcotic, ambient;