Commit b5b76c37 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fixed compilation error introduced in 745fd5550bc0.

parent c4c64be1
......@@ -1260,7 +1260,7 @@ element_set(ElementObject* self, PyObject* args)
}
static int
element_setitem(PyObject* self_, Py_ssize_t index, PyObject* item)
element_setitem(PyObject* self_, Py_ssize_t index_, PyObject* item)
{
ElementObject* self = (ElementObject*) self_;
int i, index;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment