(svn r21652) -Cleanup: one semicolon is enough

This commit is contained in:
smatz
2010-12-28 14:22:51 +00:00
parent 6fd71624ef
commit 61ad6990b9
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ public:
/* move to the next tile */
tile = F.m_new_tile;
trackdir = new_td;
if (tiles > MAX_MAP_SIZE) break;;
if (tiles > MAX_MAP_SIZE) break;
};
/* save end of segment back to the node */