mirror of
https://github.com/arsenetar/send2trash.git
synced 2026-02-17 01:31:38 +00:00
Added missing sentinel in osx module's method defs.
This commit is contained in:
@@ -30,6 +30,7 @@ static PyObject* send2trash_osx_send(PyObject *self, PyObject *args)
|
|||||||
|
|
||||||
static PyMethodDef TrashMethods[] = {
|
static PyMethodDef TrashMethods[] = {
|
||||||
{"send", send2trash_osx_send, METH_VARARGS, ""},
|
{"send", send2trash_osx_send, METH_VARARGS, ""},
|
||||||
|
{NULL, NULL, 0, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
PyMODINIT_FUNC
|
PyMODINIT_FUNC
|
||||||
|
|||||||
Reference in New Issue
Block a user