diff options
Diffstat (limited to 'plugins/pychrysalide/arch/instructions/undefined.c')
| -rw-r--r-- | plugins/pychrysalide/arch/instructions/undefined.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/plugins/pychrysalide/arch/instructions/undefined.c b/plugins/pychrysalide/arch/instructions/undefined.c index a2c989e..ee7dc51 100644 --- a/plugins/pychrysalide/arch/instructions/undefined.c +++ b/plugins/pychrysalide/arch/instructions/undefined.c @@ -269,7 +269,7 @@ PyTypeObject *get_python_undefined_instruction_type(void)  *                                                                             *  *  Paramètres  : module = module dont la définition est à compléter.          *  *                                                                             * -*  Description : Prend en charge l'objet 'pychrysalide.arch.ArchInstruction'. * +*  Description : Prend en charge l'objet 'pychrysalide.....UndefInstruction'. *  *                                                                             *  *  Retour      : Bilan de l'opération.                                        *  *                                                                             * @@ -279,7 +279,7 @@ PyTypeObject *get_python_undefined_instruction_type(void)  bool ensure_python_undefined_instruction_is_registered(void)  { -    PyTypeObject *type;                     /* Type Python 'UndefinedInstruction'*/ +    PyTypeObject *type;                     /* Type 'UndefinedInstruction' */      PyObject *module;                       /* Module à recompléter        */      PyObject *dict;                         /* Dictionnaire du module      */ | 
