From 0a9e5aa7353476d70c4eb9866aeda979118d04e5 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 14 Dec 2011 20:49:40 -0800 Subject: Return is not a function Signed-off-by: Dirk Hohndel --- uemis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uemis.c') 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; } /* -- cgit v1.2.3-70-g09d2