Added missing sentinel in osx module's method defs.

This commit is contained in:
Virgil Dupras 2010-04-07 13:16:51 +02:00
parent aff05287b3
commit 19c1f2c444
1 changed files with 1 additions and 0 deletions

View File

@ -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