From c68ac84a3bfa38c6b00a9d5ba4b1fe2b2ba1be9f Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 6 Mar 2013 11:43:51 -0800 Subject: [PATCH] fix typo --- include/mapnik/markers_placement.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/markers_placement.hpp b/include/mapnik/markers_placement.hpp index bb545247f..7432583f8 100644 --- a/include/mapnik/markers_placement.hpp +++ b/include/mapnik/markers_placement.hpp @@ -174,7 +174,7 @@ public: last_x = next_x; last_y = next_y; } - else if (agg::is_stop(cmd) || cmd == SEG_CLOSE) + if (agg::is_stop(cmd) || cmd == SEG_CLOSE) { done_ = true; return false;