Minor format fix in mask_boundaries.cpp

This commit is contained in:
David Capello 2017-04-06 15:22:36 -03:00
parent d9be0572df
commit 5246c8341a

View File

@ -133,7 +133,7 @@ MaskBoundaries::MaskBoundaries(const Image* bitmap)
else { else {
ASSERT(prevColor); ASSERT(prevColor);
new_hseg(true); new_hseg(true);
stop_expanding_vseg(); stop_expanding_vseg();
} }
} }
} }