From: Kaj-Michael Lang Date: Mon, 29 Oct 2007 14:43:34 +0000 (+0200) Subject: Remove {} X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7042802a9f10bc19c9e1b81620af630b80bdc163;p=mapper Remove {} --- diff --git a/src/map.c b/src/map.c index f5dc286..3247d01 100644 --- a/src/map.c +++ b/src/map.c @@ -517,9 +517,8 @@ map_center_unit(unitx, unity); gboolean map_goto_position(Position *pos) { -if (pos->valid==FALSE) { +if (pos->valid==FALSE) return FALSE; -} _center_mode=CENTER_MANUAL; map_center_latlon(pos->lat, pos->lon);