Kaydet (Commit) 4b02c5a8 authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Correct a typo that breaks test_distutils

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