diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-07-06 22:40:36 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-09 12:08:41 -0700 |
commit | ffca5674bf62381e6ebb05715b71ed3d801d6ca7 (patch) | |
tree | d46e88636855adf76a2a7706d7cfc80524f0ba44 /core/dive.h | |
parent | f08b0e0e3ec088dfc6cc3084283de34a4fc78005 (diff) | |
download | subsurface-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.h')
-rw-r--r-- | core/dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |