diff options
Diffstat (limited to 'plugins/pychrysalide/glibext')
-rw-r--r-- | plugins/pychrysalide/glibext/binportion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/glibext/binportion.c b/plugins/pychrysalide/glibext/binportion.c index 9f719cb..9ecc1eb 100644 --- a/plugins/pychrysalide/glibext/binportion.c +++ b/plugins/pychrysalide/glibext/binportion.c @@ -158,8 +158,8 @@ static int py_bin_portion_init(PyObject *self, PyObject *args, PyObject *kwds) const char *code; /* Identifiant de couleur */ vmpa2t addr; /* Emplacement de portion */ unsigned long long size; /* Taille de la portion */ - PyObject *new_args; /* Nouveaux arguments épurés */ int ret; /* Bilan de lecture des args. */ + PyObject *new_args; /* Nouveaux arguments épurés */ PyObject *new_kwds; /* Nouveau dictionnaire épuré */ GBinPortion *portion; /* Portion à manipuler */ |