summaryrefslogtreecommitdiff
path: root/plugins/dex
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-09-08 08:18:15 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-09-08 08:18:15 (GMT)
commit63b19fd26429913a90ae1dcbb78a15928ed2af19 (patch)
tree80f6fae16c8900d6fcad0529809a4855f2d90abd /plugins/dex
parentfbb80d00d8ac456451963d52af24fcccbbc1d751 (diff)
Typo.
Diffstat (limited to 'plugins/dex')
-rw-r--r--plugins/dex/python/pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dex/python/pool.c b/plugins/dex/python/pool.c
index 450c76c..f68fe98 100644
--- a/plugins/dex/python/pool.c
+++ b/plugins/dex/python/pool.c
@@ -275,7 +275,7 @@ static PyObject *py_dex_pool_get_raw_method(PyObject *self, PyObject *args)
unsigned int index; /* Indice de l'élément visé */
int ret; /* Bilan de lecture des args. */
GDexPool *pool; /* Table de ressources Dex */
- method_id_item method_id; /* Elément à transmettre */
+ method_id_item method_id; /* Elément à transmettre */
bool status; /* Bilan de l'opération */
#define DEX_POOL_GET_RAW_METHOD_METHOD PYTHON_METHOD_DEF \