diff options
author | Per Bothner <per@bothner.com> | 1991-11-20 06:01:41 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-20 06:01:41 +0000 |
commit | 22ef104a6dd93b347aa75d9fbc0af516ff39682f (patch) | |
tree | 6d914a3796bf457286d38edc1de1975e5f93e5bb /include/bfd.h | |
parent | 332523bfd3f23531a68126633794c23fd4d1eab1 (diff) | |
download | gdb-22ef104a6dd93b347aa75d9fbc0af516ff39682f.zip gdb-22ef104a6dd93b347aa75d9fbc0af516ff39682f.tar.gz gdb-22ef104a6dd93b347aa75d9fbc0af516ff39682f.tar.bz2 |
Re-work previous change.
Diffstat (limited to 'include/bfd.h')
-rw-r--r-- | include/bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfd.h b/include/bfd.h index 345e8e0..d85694a 100644 --- a/include/bfd.h +++ b/include/bfd.h @@ -293,7 +293,7 @@ extern CONST short _bfd_host_big_endian; #define bfd_get_file_flags(abfd) ((abfd)->flags) #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags) -#define bfd_my_archive(abfd) ((abfd)->my_archive); +#define bfd_my_archive(abfd) ((abfd)->my_archive) #define bfd_has_map(abfd) ((abfd)->has_armap) #define bfd_header_twiddle_required(abfd) \ ((((abfd)->xvec->header_byteorder_big_p) \ |