summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/format/elf/elf.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-19 13:02:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-19 13:02:54 (GMT)
commit94fd405bb0c2e6dfa43324b04a336ffb611c58ce (patch)
treef3170587b4006fa358665a6bbfa301731503d3b3 /plugins/pychrysa/format/elf/elf.c
parent499f00977cd7f50ce0c4cf24dd59b1e920e5b180 (diff)
Provided initial features for debugging using GDB.
Diffstat (limited to 'plugins/pychrysa/format/elf/elf.c')
-rw-r--r--plugins/pychrysa/format/elf/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysa/format/elf/elf.c b/plugins/pychrysa/format/elf/elf.c
index f8c067f..102c60d 100644
--- a/plugins/pychrysa/format/elf/elf.c
+++ b/plugins/pychrysa/format/elf/elf.c
@@ -198,7 +198,7 @@ bool register_python_elf_format(PyObject *module)
dict = PyModule_GetDict(module);
if (!register_class_for_pygobject(dict, G_TYPE_ELF_FORMAT,
- py_elf_format_type, get_python_executable_format_type()))
+ py_elf_format_type, get_python_executable_format_type()))
return false;
return true;