diff options
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/python/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/python/format.c b/plugins/elf/python/format.c index 87b590b..6c1b12f 100644 --- a/plugins/elf/python/format.c +++ b/plugins/elf/python/format.c @@ -230,7 +230,7 @@ PyTypeObject *get_python_elf_format_type(void) .tp_methods = py_elf_format_methods, .tp_getset = py_elf_format_getseters, - .tp_new = (newfunc)py_elf_format_new + .tp_new = py_elf_format_new }; |