diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-01-31 07:44:01 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-01-31 07:44:01 (GMT) |
commit | 8f557031ec362c4b2e85724f6bc392086cefadea (patch) | |
tree | 29aef9683e67548174a4da7bcb6373b0c0602d66 /plugins/pychrysalide/glibext | |
parent | e873101ef61b19ddf7bf1ef9230143d0735c0fd8 (diff) |
Created Python bindings for undefined instructions.
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 */ |