diff options
Diffstat (limited to 'bfd/mach-o.c')
-rw-r--r-- | bfd/mach-o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/mach-o.c b/bfd/mach-o.c index e32b787..9f3f1f1 100644 --- a/bfd/mach-o.c +++ b/bfd/mach-o.c @@ -4773,7 +4773,7 @@ bfd_mach_o_read_source_version (bfd *abfd, bfd_mach_o_load_command *command) { bfd_mach_o_source_version_command *cmd = &command->command.source_version; struct mach_o_source_version_command_external raw; - bfd_uint64_t ver; + uint64_t ver; if (command->len < sizeof (raw) + 8) return false; |