diff options
Diffstat (limited to 'core/dive.c')
-rw-r--r-- | core/dive.c | 2 |
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; |