]> err.no Git - mapper/commitdiff
Remove {}
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 29 Oct 2007 14:43:34 +0000 (16:43 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 29 Oct 2007 14:43:34 +0000 (16:43 +0200)
src/map.c

index f5dc286096d7287a5abe77786a2ebb1005c8a1fc..3247d0153185a02e37914cc2b3e5d9965e996d15 100644 (file)
--- 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);