From 7042802a9f10bc19c9e1b81620af630b80bdc163 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Mon, 29 Oct 2007 16:43:34 +0200 Subject: [PATCH] Remove {} --- src/map.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.5