Refspec: fix copy-paste error

This commit is contained in:
Carlos Martín Nieto
2014-01-25 10:23:41 +01:00
parent 0bbd15b4f1
commit 9a428f985c

View File

@@ -258,7 +258,7 @@ PyDoc_STRVAR(Refspec__doc__, "Refspec object.");
PyTypeObject RefspecType = {
PyVarObject_HEAD_INIT(NULL, 0)
"_pygit2.Refspec", /* tp_name */
sizeof(Remote), /* tp_basicsize */
sizeof(Refspec), /* tp_basicsize */
0, /* tp_itemsize */
(destructor)Refspec_dealloc, /* tp_dealloc */
0, /* tp_print */