diff options
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" |