summaryrefslogtreecommitdiff
path: root/binfile.c
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@redhat.com>2005-09-04 23:38:40 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2005-09-04 23:38:40 +0000
commit22d05ac01422b73327df5c4a40bc2f2857c66933 (patch)
treec85b3589f0199177fbd2d6aa130823d6d1888777 /binfile.c
parentee53bcffd41c6630241bf44eb125a98ac8ee4a10 (diff)
Updates
Sun Sep 4 19:38:51 2005 Soeren Sandmann <sandmann@redhat.com> * TODO: Updates
Diffstat (limited to 'binfile.c')
-rw-r--r--binfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binfile.c b/binfile.c
index ff66f90..4c7c2fb 100644
--- a/binfile.c
+++ b/binfile.c
@@ -348,7 +348,7 @@ read_symbols (BinFile *bf)
symbols = g_array_new (FALSE, FALSE, sizeof (Symbol));
-/* g_print ("%s: text vma: %x\n", bf->filename, text_section->vma); */
+ /* g_print ("%s: text vma: %x\n", bf->filename, text_section->vma); */
for (i = 0; i < n_symbols; i++)
{