summaryrefslogtreecommitdiffstats
path: root/divelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'divelist.c')
-rw-r--r--divelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c
index ff493393d..81dd16e87 100644
--- a/divelist.c
+++ b/divelist.c
@@ -345,7 +345,7 @@ int get_divenr(struct dive *dive)
return -1;
}
-static struct gasmix air = { .o2.permille = O2_IN_AIR };
+static struct gasmix air = { .o2.permille = O2_IN_AIR, .he.permille = 0 };
/* take into account previous dives until there is a 48h gap between dives */
double init_decompression(struct dive *dive)