summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/includes/shoddy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/includes/shoddy.c b/Doc/includes/shoddy.c
index 0c6d412..0ef4765 100644
--- a/Doc/includes/shoddy.c
+++ b/Doc/includes/shoddy.c
@@ -17,7 +17,7 @@ Shoddy_increment(Shoddy *self, PyObject *unused)
static PyMethodDef Shoddy_methods[] = {
{"increment", (PyCFunction)Shoddy_increment, METH_NOARGS,
PyDoc_STR("increment state counter")},
- {NULL, NULL},
+ {NULL},
};
static int