diff options
Diffstat (limited to 'plugins/elf/python/format.c')
-rw-r--r-- | plugins/elf/python/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/python/format.c b/plugins/elf/python/format.c index 2d5bfd8..0319ba9 100644 --- a/plugins/elf/python/format.c +++ b/plugins/elf/python/format.c @@ -257,7 +257,7 @@ bool register_python_elf_format(PyObject *module) py_elf_format_type, get_python_executable_format_type())) return false; - if (!define_python_binary_format_constants(py_elf_format_type)) + if (!define_python_elf_format_constants(py_elf_format_type)) return false; return true; |