(svn r21803) -Cleanup: Remove unnecessary semicolons.

This commit is contained in:
terkhen
2011-01-15 15:36:58 +00:00
parent e98fe27c5d
commit b6148914b0
13 changed files with 15 additions and 15 deletions

View File

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