Skip to content

Commit

Permalink
Merge pull request #138 from radarhere/remove-c-flags
Browse files Browse the repository at this point in the history
Updated comments
  • Loading branch information
homm authored Jul 18, 2024
2 parents 9c03d92 + 9ea2120 commit b7c540a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_imaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ _chop_overlay(ImagingObject *self, PyObject *args) {
return PyImagingNew(ImagingOverlay(self->image, imagep->image));
}

/* Graphics (ImageDraw) ----------------------------------------------- */
/* Fonts (ImageDraw and ImageFont) ------------------------------------ */

static PyObject *
_font_new(PyObject *self_, PyObject *args) {
Expand Down Expand Up @@ -2815,7 +2815,7 @@ static struct PyMethodDef _font_methods[] = {
{NULL, NULL} /* sentinel */
};

/* -------------------------------------------------------------------- */
/* Graphics (ImageDraw) ----------------------------------------------- */

static PyObject *
_draw_new(PyObject *self_, PyObject *args) {
Expand Down

0 comments on commit b7c540a

Please sign in to comment.