diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-07-07 20:39:41 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-07-07 20:39:41 (GMT) |
commit | 13a879ebcf58f3868c0275d84dd9886673c9e614 (patch) | |
tree | aa26ba4e2f59f69e57c73d6366cf78008d8a6709 /plugins/elf | |
parent | c8a643f54649574777e6b5d5f5d332160c8c72ea (diff) |
Typo.
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/python/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/python/module.h b/plugins/elf/python/module.h index f011ef9..615fdba 100644 --- a/plugins/elf/python/module.h +++ b/plugins/elf/python/module.h @@ -35,4 +35,4 @@ bool add_format_elf_module_to_python_module(void); -#endif /* _PLUGINS_PYCHRYSA_FORMAT_ELF_MODULE_H */ +#endif /* _PLUGINS_ELF_PYTHON_MODULE_H */ |