summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/dive.c2
-rw-r--r--core/dive.h2
2 files changed, 2 insertions, 2 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;
diff --git a/core/dive.h b/core/dive.h
index a0ae0a50c..eaca66626 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -405,7 +405,7 @@ extern int explicit_first_cylinder(struct dive *dive, struct divecomputer *dc);
extern int get_depth_at_time(struct divecomputer *dc, unsigned int time);
extern fraction_t best_o2(depth_t depth, struct dive *dive);
-extern fraction_t best_He(depth_t depth, struct dive *dive);
+extern fraction_t best_he(depth_t depth, struct dive *dive);
static inline int get_surface_pressure_in_mbar(const struct dive *dive, bool non_null)
{