[raster] Minor style fix.

2.6.5
Werner Lemberg 9 years ago
parent 483007fcd9
commit 52aad9dfc6
  1. 2
      src/raster/ftraster.c

@ -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;
}

Loading…
Cancel
Save