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 d07a9d2aa..7f89e5063 100644 --- a/core/dive.c +++ b/core/dive.c @@ -2071,7 +2071,7 @@ static void cylinder_renumber(struct dive *dive, int mapping[]) dc_cylinder_renumber(dive, dc, mapping); } -static int same_gasmix(struct gasmix *a, struct gasmix *b) +int same_gasmix(struct gasmix *a, struct gasmix *b) { if (gasmix_is_air(a) && gasmix_is_air(b)) return 1; |