diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/elf/python/dynamic.c | 2 | ||||
-rw-r--r-- | plugins/elf/python/dynamic.h | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/elf/python/dynamic.c b/plugins/elf/python/dynamic.c index b87cba0..5c060c1 100644 --- a/plugins/elf/python/dynamic.c +++ b/plugins/elf/python/dynamic.c @@ -1,6 +1,6 @@ /* Chrysalide - Outil d'analyse de fichiers binaires - * utils.c - prototypes pour l'équivalent Python du fichier "plugins/elf/utils.c" + * dynamic.c - prototypes pour l'équivalent Python du fichier "plugins/elf/dynamic.c" * * Copyright (C) 2017 Cyrille Bagard * diff --git a/plugins/elf/python/dynamic.h b/plugins/elf/python/dynamic.h index 4656c6d..b1c4008 100644 --- a/plugins/elf/python/dynamic.h +++ b/plugins/elf/python/dynamic.h @@ -1,6 +1,6 @@ /* Chrysalide - Outil d'analyse de fichiers binaires - * utils.h - prototypes pour l'équivalent Python du fichier "plugins/elf/utils.h" + * dynamic.h - prototypes pour l'équivalent Python du fichier "plugins/elf/dynamic.h" * * Copyright (C) 2017 Cyrille Bagard * @@ -22,8 +22,8 @@ */ -#ifndef _PLUGINS_ELF_PYTHON_UTILS_H -#define _PLUGINS_ELF_PYTHON_UTILS_H +#ifndef _PLUGINS_ELF_PYTHON_DYNAMIC_H +#define _PLUGINS_ELF_PYTHON_DYNAMIC_H #include <Python.h> @@ -35,4 +35,4 @@ PyObject *py_elf_format_get_needed(PyObject *, void *); -#endif /* _PLUGINS_ELF_PYTHON_UTILS_H */ +#endif /* _PLUGINS_ELF_PYTHON_DYNAMIC_H */ |