aboutsummaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
Diffstat (limited to 'dive.c')
-rw-r--r--dive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.c b/dive.c
index 5194ff18f..f9f78d6bb 100644
--- a/dive.c
+++ b/dive.c
@@ -1074,7 +1074,7 @@ static void add_initial_gaschange(struct dive *dive, struct divecomputer *dc)
he = (he + 5) / 10;
value = o2 + (he << 16);
- add_event(dc, 0, 11, 0, value, "gaschange");
+ add_event(dc, 0, 25, 0, value, "gaschange"); /* SAMPLE_EVENT_GASCHANGE2 */
}
static void dc_cylinder_renumber(struct dive *dive, struct divecomputer *dc, int mapping[])