mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-14 21:56:56 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
ef47d6e5e5
commit
a609d65b33
|
@ -188,7 +188,7 @@ create_sorted_color_palette(const ColorCube cube) {
|
||||||
buckets,
|
buckets,
|
||||||
cube->size,
|
cube->size,
|
||||||
sizeof(struct _ColorBucket),
|
sizeof(struct _ColorBucket),
|
||||||
(int (*)(void const *, void const *)) & compare_bucket_count
|
(int (*)(void const *, void const *))&compare_bucket_count
|
||||||
);
|
);
|
||||||
|
|
||||||
return buckets;
|
return buckets;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user