diff options
Diffstat (limited to 'test/Scripts')
-rwxr-xr-x | test/Scripts/macho-dump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Scripts/macho-dump b/test/Scripts/macho-dump index 8c9fa59..71e06d8 100755 --- a/test/Scripts/macho-dump +++ b/test/Scripts/macho-dump @@ -82,7 +82,7 @@ def dumpmacho(path, opts): print "('filetype', %r)" % filetype numLoadCommands = f.read32() - print "('num_load_commands', %r)" % filetype + print "('num_load_commands', %r)" % numLoadCommands loadCommandsSize = f.read32() print "('load_commands_size', %r)" % loadCommandsSize |