diff options
author | Jeff Law <law@redhat.com> | 1994-03-14 21:53:29 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-03-14 21:53:29 +0000 |
commit | 4c9db344d20c7e29d0abc926abcbb6a8f05d4e68 (patch) | |
tree | a6e2b2ba18d509f6c463b29579890fc94c25e15e /bfd/som.c | |
parent | be2458e4ce0e78741c970bb32ab4efaae2dde972 (diff) | |
download | gdb-4c9db344d20c7e29d0abc926abcbb6a8f05d4e68.zip gdb-4c9db344d20c7e29d0abc926abcbb6a8f05d4e68.tar.gz gdb-4c9db344d20c7e29d0abc926abcbb6a8f05d4e68.tar.bz2 |
* som.c (som_bfd_count_ar_symbols): Fix typo.
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4278,7 +4278,7 @@ som_bfd_count_ar_symbols (abfd, lst_header, count) symindex *count; { unsigned int i; - unsigned int *hash_table = NULL + unsigned int *hash_table = NULL; file_ptr lst_filepos = bfd_tell (abfd) - sizeof (struct lst_header); hash_table = |