diff options
Diffstat (limited to 'bfd/simple.c')
-rw-r--r-- | bfd/simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/simple.c b/bfd/simple.c index 134d6d5..18b1ca6 100644 --- a/bfd/simple.c +++ b/bfd/simple.c @@ -102,7 +102,7 @@ struct saved_output_info struct saved_offsets { - int section_count; + unsigned int section_count; struct saved_output_info *sections; }; |