diff --git a/modules/send2trash_osx.c b/modules/send2trash_osx.c index 28d2aa4..f0df40c 100644 --- a/modules/send2trash_osx.c +++ b/modules/send2trash_osx.c @@ -30,6 +30,7 @@ static PyObject* send2trash_osx_send(PyObject *self, PyObject *args) static PyMethodDef TrashMethods[] = { {"send", send2trash_osx_send, METH_VARARGS, ""}, + {NULL, NULL, 0, NULL} }; PyMODINIT_FUNC