summaryrefslogtreecommitdiff
path: root/plugins/elf/python/dynamic.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/python/dynamic.h')
-rw-r--r--plugins/elf/python/dynamic.h8
1 files changed, 4 insertions, 4 deletions
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 */