summaryrefslogtreecommitdiffstats
path: root/core/dive.c
diff options
context:
space:
mode:
authorGravatar Rick Walsh <rickmwalsh@gmail.com>2016-07-06 22:40:36 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-07-09 12:08:41 -0700
commitffca5674bf62381e6ebb05715b71ed3d801d6ca7 (patch)
treed46e88636855adf76a2a7706d7cfc80524f0ba44 /core/dive.c
parentf08b0e0e3ec088dfc6cc3084283de34a4fc78005 (diff)
downloadsubsurface-ffca5674bf62381e6ebb05715b71ed3d801d6ca7.tar.gz
Fixup: don't capitalise best_He
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/dive.c')
-rw-r--r--core/dive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.c b/core/dive.c
index 8c74bc24b..04cad24f8 100644
--- a/core/dive.c
+++ b/core/dive.c
@@ -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;