summaryrefslogtreecommitdiff
path: root/plugins/dex/python/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dex/python/format.c')
-rw-r--r--plugins/dex/python/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dex/python/format.c b/plugins/dex/python/format.c
index 5a277c6..8f18fc8 100644
--- a/plugins/dex/python/format.c
+++ b/plugins/dex/python/format.c
@@ -476,7 +476,7 @@ PyTypeObject *get_python_dex_format_type(void)
.tp_methods = py_dex_format_methods,
.tp_getset = py_dex_format_getseters,
- .tp_new = (newfunc)py_dex_format_new
+ .tp_new = py_dex_format_new
};