X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=uemis.c;h=28302b1c0c75ae955d9ae29baf91fcf74056d676;hb=43530d397bd8d754202d0e97d13c32c1f0685f01;hp=86b186043486a001b56154b4064e2bdcff4516f7;hpb=485b02937d8ca1f9a9043c89e74a3d2f15d6426b;p=ext%2Fsubsurface.git diff --git a/uemis.c b/uemis.c index 86b1860..28302b1 100644 --- a/uemis.c +++ b/uemis.c @@ -88,7 +88,7 @@ static int pressure_to_depth(uint16_t value) atm = bar_to_atm(value / 100.0); cm = 100 * atm + 0.5; - return( (cm > 0) ? 10 * (long)cm : 0); + return (cm > 0) ? 10 * (long)cm : 0; } /*