Commit 4b02c5a8 authored by Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Correct a typo that breaks test_distutils

parent 612f61f0
......@@ -72,7 +72,7 @@ Xxo_getattro(XxoObject *self, PyObject *name)
return v;
}
}
return PyObject_GenericGetattr((PyObject *)self, name);
return PyObject_GenericGetAttr((PyObject *)self, name);
}
static int
......
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