summaryrefslogtreecommitdiffstats
path: root/siplib/siplib.c
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 01:16:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 01:16:09 -0600
commit58f18d64ee4fcbdeafca6b73c2bb4a149b57c776 (patch)
treeb2c8303288c856b4f7ba2b0bdd870a26caf6d6f0 /siplib/siplib.c
parentbf6669610851b217c551b9a1250ab58b8ad33faf (diff)
downloadsip4-tqt-58f18d64ee4fcbdeafca6b73c2bb4a149b57c776.tar.gz
sip4-tqt-58f18d64ee4fcbdeafca6b73c2bb4a149b57c776.zip
Fix unintended rename
Diffstat (limited to 'siplib/siplib.c')
-rw-r--r--siplib/siplib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/siplib/siplib.c b/siplib/siplib.c
index 8fd2e82..d43f121 100644
--- a/siplib/siplib.c
+++ b/siplib/siplib.c
@@ -74,7 +74,7 @@ static PyTypeObject sipWrapperType_Type = {
0, /* tp_traverse */
0, /* tp_clear */
0, /* tp_richcompare */
- 0, /* tp_weatdelistoffset */
+ 0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
0, /* tp_methods */
@@ -130,7 +130,7 @@ static sipWrapperType sipWrapper_Type = {
(traverseproc)sipWrapper_traverse, /* tp_traverse */
(inquiry)sipWrapper_clear, /* tp_clear */
0, /* tp_richcompare */
- 0, /* tp_weatdelistoffset */
+ 0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
0, /* tp_methods */
@@ -476,7 +476,7 @@ static PyTypeObject sipEnumType_Type = {
0, /* tp_traverse */
0, /* tp_clear */
0, /* tp_richcompare */
- 0, /* tp_weatdelistoffset */
+ 0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
0, /* tp_methods */
@@ -9154,7 +9154,7 @@ sipWrapperType sipSimpleWrapper_Type = {
(traverseproc)sipSimpleWrapper_traverse, /* tp_traverse */
(inquiry)sipSimpleWrapper_clear, /* tp_clear */
0, /* tp_richcompare */
- 0, /* tp_weatdelistoffset */
+ 0, /* tp_weaklistoffset */
0, /* tp_iter */
0, /* tp_iternext */
0, /* tp_methods */