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.c | |
parent | 461f42dd8eb8b1932c11364d9d15367eeb294848 (diff) |
Rename a few files.
Diffstat (limited to 'plugins/pe/format.c')
-rw-r--r-- | plugins/pe/format.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pe/format.c b/plugins/pe/format.c index 5ecfb18..ab9106d 100644 --- a/plugins/pe/format.c +++ b/plugins/pe/format.c @@ -1,6 +1,6 @@ /* Chrysalide - Outil d'analyse de fichiers binaires - * pe.c - support du format Portable Executable + * format.c - support du format Portable Executable * * Copyright (C) 2010-2024 Cyrille Bagard * @@ -28,7 +28,7 @@ #include <string.h> -#include "pe-int.h" +#include "format-int.h" //#include "rich.h" //#include "symbols.h" |