[raster] Minor style fix.

This commit is contained in:
Werner Lemberg 2015-09-29 12:38:11 +02:00
parent 483007fcd9
commit 52aad9dfc6

View File

@ -2114,7 +2114,7 @@
while ( current )
{
current->X = *current->offset;
current->offset += current->flags & Flow_Up ? 1 : -1;
current->offset += ( current->flags & Flow_Up ) ? 1 : -1;
current->height--;
current = current->link;
}