diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-11-24 10:03:34 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-11-24 10:03:34 (GMT) |
commit | d7aa3b671b83640006e00e853a439937c0c34dc0 (patch) | |
tree | 61020657a84397431459c541e4540834d4881bdf /plugins/pe/format.h | |
parent | 461f42dd8eb8b1932c11364d9d15367eeb294848 (diff) |
Rename a few files.
Diffstat (limited to 'plugins/pe/format.h')
-rw-r--r-- | plugins/pe/format.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pe/format.h b/plugins/pe/format.h index 5cc7c53..829f4de 100644 --- a/plugins/pe/format.h +++ b/plugins/pe/format.h @@ -1,6 +1,6 @@ /* Chrysalide - Outil d'analyse de fichiers binaires - * pe.h - prototypes pour le support du format Portable Executable + * format.h - prototypes pour le support du format Portable Executable * * Copyright (C) 2010-2024 Cyrille Bagard * @@ -32,7 +32,7 @@ #include <glibext/helpers.h> -#include "pe_def.h" +#include "pe-def.h" |