summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/lassomod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 34924926..e966ad7b 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -227,6 +227,7 @@ static PyMethodDef lasso_methods[] = {
{"user_new", user_new, METH_VARARGS},
{"user_new_from_dump", user_new_from_dump, METH_VARARGS},
+
{NULL, NULL} /* End of Methods Sentinel */
};