mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Oops, added missing ';'
Now writing in the wall "don't push before compile" 100 times.
This commit is contained in:
parent
2f6a4d5f1a
commit
8eae39e98f
|
@ -459,7 +459,7 @@ polygon_generic(Imaging im, int n, Edge *e, int ink, int eofill,
|
||||||
/* Process the edge table with a scan line searching for intersections */
|
/* Process the edge table with a scan line searching for intersections */
|
||||||
float* xx = malloc(sizeof(float) * edge_count * 2);
|
float* xx = malloc(sizeof(float) * edge_count * 2);
|
||||||
if (!xx) {
|
if (!xx) {
|
||||||
free(edge_table)
|
free(edge_table);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
for (; ymin <= ymax; ymin++) {
|
for (; ymin <= ymax; ymin++) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user