X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.c;h=e899c6ccbab5d26cff741f7040da86fd45d96b04;hb=afffcdbc0d6402e3dfee421f86938b98e12fb550;hp=ba5200f51af744c90dc3e86595c6c320e3956288;hpb=9cb60c910681b0fb3c04d22c77bcf9c2754bfa7f;p=ext%2Fsubsurface.git diff --git a/dive.c b/dive.c index ba5200f..e899c6c 100644 --- 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;