Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Nov 27, 2023
1 parent 1172fb1 commit 99838dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_imaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ _radial_gradient(PyObject *self, PyObject *args) {

static PyObject *
_alpha_composite(ImagingObject *self, PyObject *args) {
int x;
ImagingObject *imagep1;
ImagingObject *imagep2;

Expand Down

0 comments on commit 99838dd

Please sign in to comment.