Browse code

Remove a pedantic parenthesis which does not make that much sense.

Xavier G authored on10/09/2015 00:37:50
Showing1 changed files

  • elfwalk index 833fbe5..c8a40bb 100755
... ...
@@ -2561,7 +2561,7 @@ sub walkELFSections {
2561 2561
 		}
2562 2562
 	}
2563 2563
 
2564
-	say(0, colored('Parsing SHT_DYNSYM sections (and associated SHT_STRTAB sections)', 'main_action'));
2564
+	say(0, colored('Parsing SHT_DYNSYM sections', 'main_action'));
2565 2565
 	for (my $i = 1; $i < $elf_data->{'e_shnum'}; ++ $i) {
2566 2566
 		my $section = $elf_data->{'sections'}->{$i};
2567 2567
 		if ($section->{'_type'} eq 'SHT_DYNSYM') {