diff options
Diffstat (limited to 'plugins/pychrysalide')
| -rw-r--r-- | plugins/pychrysalide/format/format.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/plugins/pychrysalide/format/format.c b/plugins/pychrysalide/format/format.c index 3bfc705..15abcf7 100644 --- a/plugins/pychrysalide/format/format.c +++ b/plugins/pychrysalide/format/format.c @@ -318,7 +318,7 @@ static PyObject *py_binary_format_find_next_symbol_at(PyObject *self, PyObject *  *                                                                             *  *  Description : Recherche le symbole correspondant à une adresse.            *  *                                                                             * -*  Retour      : Tuple (nom, décallage) ou Py_None.                           * +*  Retour      : Tuple (nom, décalage) ou Py_None.                            *  *                                                                             *  *  Remarques   : -                                                            *  *                                                                             * @@ -332,7 +332,7 @@ static PyObject *py_binary_format_resolve_symbol(PyObject *self, PyObject *args)      int ret;                                /* Bilan de lecture des args.  */      GBinFormat *format;                     /* Format de binaire manipulé  */      GBinSymbol *symbol;                     /* Enventuel symbole trouvé    */ -    phys_t diff;                            /* Décallage éventuel mesuré   */ +    phys_t diff;                            /* Décalage éventuel mesuré    */      bool found;                             /* Bilan de la recherche       */      ret = PyArg_ParseTuple(args, "Op", &py_vmpa, &strict); | 
