summaryrefslogtreecommitdiffstats
path: root/uemis.c
diff options
context:
space:
mode:
Diffstat (limited to 'uemis.c')
-rw-r--r--uemis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis.c b/uemis.c
index 86b186043..28302b1c0 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;
}
/*