summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/targetable.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/arch/operands/targetable.c')
-rw-r--r--plugins/pychrysalide/arch/operands/targetable.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/pychrysalide/arch/operands/targetable.c b/plugins/pychrysalide/arch/operands/targetable.c
index a633b82..00647cc 100644
--- a/plugins/pychrysalide/arch/operands/targetable.c
+++ b/plugins/pychrysalide/arch/operands/targetable.c
@@ -28,9 +28,6 @@
#include <pygobject.h>
-#include <i18n.h>
-
-
#include <arch/operands/targetable.h>
@@ -59,7 +56,7 @@ static PyObject *py_targetable_operand_get_addr(PyObject *, PyObject *);
/******************************************************************************
* *
* Paramètres : self = contenu binaire à manipuler. *
-* args = non utilisé ici. *
+* args = arguments accompagnant l'appel. *
* *
* Description : Obtient l'adresse de la cible visée par un opérande. *
* *