summaryrefslogtreecommitdiff
path: root/src/format/format.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-07-08 11:39:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-07-08 11:39:43 (GMT)
commit412f9fd31e625dbb2b00c25b6cc6b4753acd409d (patch)
tree04734e5ae66a2b470be8e3987eb797487f2d1e70 /src/format/format.c
parent5dcd05f19ac62f6ff922176cd0ae6f8839910f2e (diff)
Fixed the display of code source.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@248 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/format.c')
-rw-r--r--src/format/format.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/format/format.c b/src/format/format.c
index e3f5a93..1a52e1e 100644
--- a/src/format/format.c
+++ b/src/format/format.c
@@ -397,9 +397,6 @@ void g_binary_format_decompile(const GBinFormat *format, GCodeBuffer *buffer, co
//if (strcmp("cryptself", g_binary_routine_get_name(routines[i])) == 0)
{
-
- printf("...\n");
-
instr = g_binary_routine_get_decomp_instructions(routines[i]);
if (instr == NULL) continue;