remove semicolon after function definition

This commit is contained in:
Yay295 2024-04-23 01:08:42 -05:00 committed by GitHub
parent 7f6ad116d1
commit 4a4eb0f3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3737,7 +3737,7 @@ _getattr_unsafe_ptrs(ImagingObject *self, void *closure) {
self->image->image32,
"image",
self->image->image);
};
}
static struct PyGetSetDef getsetters[] = {
{"mode", (getter)_getattr_mode},