summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/register.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/arch/operands/register.c')
-rw-r--r--plugins/pychrysalide/arch/operands/register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/arch/operands/register.c b/plugins/pychrysalide/arch/operands/register.c
index 8144af0..3e77c9b 100644
--- a/plugins/pychrysalide/arch/operands/register.c
+++ b/plugins/pychrysalide/arch/operands/register.c
@@ -50,7 +50,7 @@ static PyObject *py_register_operand_new(PyTypeObject *, PyObject *, PyObject *)
static void py_register_operand_init_gclass(GRegisterOperandClass *, gpointer);
/* Initialise une instance sur la base du dérivé de GObject. */
-static int py_register_operand_init(PyObject *self, PyObject *args, PyObject *kwds);
+static int py_register_operand_init(PyObject *, PyObject *, PyObject *);