Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update shoddy.c
  • Loading branch information
serhiy-storchaka authored Nov 28, 2017
commit 90cc396ac9586c1ed0d04e682c91caf6f91c0c82
2 changes: 1 addition & 1 deletion Doc/includes/shoddy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down