From 9b5cd85f783f0174e81f22bb3333d4dfcec76532 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Fri, 15 Dec 2017 23:09:23 +0100 Subject: Typo. --- ChangeLog | 6 ++++++ plugins/elf/python/dynamic.c | 2 +- plugins/elf/python/dynamic.h | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 07987e4..ba0b7e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +17-12-15 Cyrille Bagard + + * plugins/elf/python/dynamic.c: + * plugins/elf/python/dynamic.h: + Typo. + 17-12-08 Cyrille Bagard * plugins/elf/symbols.c: 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 @@ -35,4 +35,4 @@ PyObject *py_elf_format_get_needed(PyObject *, void *); -#endif /* _PLUGINS_ELF_PYTHON_UTILS_H */ +#endif /* _PLUGINS_ELF_PYTHON_DYNAMIC_H */ -- cgit v0.11.2-87-g4458