(svn r18389) -Fix: some minor documentation alignment issues

This commit is contained in:
rubidium
2009-12-03 00:05:51 +00:00
parent aa40d8e3ad
commit 5c1fdfdd03
2 changed files with 3 additions and 3 deletions

View File

@@ -916,7 +916,7 @@ public:
for (const LegendAndColour *tbl = _legend_table[this->map_type]; !tbl->end; ++tbl) {
if (tbl->col_break || i++ >= this->number_of_rows) {
/* Column break needed, continue at top, COLUMN_WIDTH pixels
* (one "row") to the right. */
* (one "row") to the right. */
x += rtl ? -(int)this->column_width : this->column_width;
y = y_org;
i = 0;