summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-08-09 18:12:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-08-09 18:12:27 (GMT)
commit5cd25c4adfe0426520a51a76de3f77c77cfa4b8e (patch)
tree396514971fb78e81b7bb55c9cd3331d87b45ca9a /src/main.c
parentd02deb2425d6559c357bdd00e1c0fb05f35d5fc9 (diff)
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is empty).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 46506d3..dd21785 100644
--- a/src/main.c
+++ b/src/main.c
@@ -33,7 +33,7 @@
#include "project.h"
#include "analysis/delayed.h"
#include "arch/processor.h"
-#include "format/exe_format.h"
+#include "format/format.h"
#include "format/mangling/demangler.h"
#include "gtkext/support.h"
#include "plugins/pglist.h"
@@ -90,7 +90,7 @@ int main(int argc, char **argv)
/* Initialisation du programme */
init_all_processors();
init_all_demanglers();
- init_all_exe_formats();
+ init_all_formats();
/* Création de l'interface */
editor = create_editor();