]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.c
Avoid using type 'gasmix_t': use 'struct gasmix' instead
[ext/subsurface.git] / dive.c
diff --git a/dive.c b/dive.c
index ba5200f51af744c90dc3e86595c6c320e3956288..e899c6ccbab5d26cff741f7040da86fd45d96b04 100644 (file)
--- a/dive.c
+++ b/dive.c
@@ -246,7 +246,7 @@ static void merge_cylinder_type(cylinder_type_t *res, cylinder_type_t *a, cylind
        *res = *b;
 }
 
-static void merge_cylinder_mix(gasmix_t *res, gasmix_t *a, gasmix_t *b)
+static void merge_cylinder_mix(struct gasmix *res, struct gasmix *a, struct gasmix *b)
 {
        if (a->o2.permille)
                b = a;