diff options
Diffstat (limited to 'ld/ldwrite.c')
-rw-r--r-- | ld/ldwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldwrite.c b/ld/ldwrite.c index c6f6e9c..aad0850 100644 --- a/ld/ldwrite.c +++ b/ld/ldwrite.c @@ -338,7 +338,7 @@ clone_section (bfd *abfd, asection *s, const char *name, int *count) { char *tname; char *sname; - unsigned int len; + unsigned int len; asection *n; struct bfd_link_hash_entry *h; |