diff options
Diffstat (limited to 'plugins/pychrysalide/arch/operands')
-rw-r--r-- | plugins/pychrysalide/arch/operands/register.c | 2 |
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 *); |