This commit is contained in:
Alexei Podtelezhnikov 2021-09-20 22:18:29 -04:00
parent 71969d1edf
commit 6190360967
4 changed files with 4 additions and 4 deletions

View File

@ -1953,7 +1953,7 @@ typedef ptrdiff_t FT_PtrDist;
ras.cell_null->x = CELL_MAX_X_VALUE;
ras.cell_null->area = 0;
ras.cell_null->cover = 0;
ras.cell_null->next = NULL;;
ras.cell_null->next = NULL;
/* set up vertical bands */
ras.ycells = (PCell*)buffer;