diff options
Diffstat (limited to 'siplib/voidptr.c')
-rw-r--r-- | siplib/voidptr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/siplib/voidptr.c b/siplib/voidptr.c index 6033f16..fc26046 100644 --- a/siplib/voidptr.c +++ b/siplib/voidptr.c @@ -418,7 +418,7 @@ PyTypeObject sipVoidPtr_Type = { 0, /* tp_traverse */ 0, /* tp_clear */ 0, /* tp_richcompare */ - 0, /* tp_weatdelistoffset */ + 0, /* tp_weaklistoffset */ 0, /* tp_iter */ 0, /* tp_iternext */ sipVoidPtr_Methods, /* tp_methods */ |