projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf466c2
)
Add missing end-of-comment marker to previous delta. (Doh!)
author
Nick Clifton
<nickc@redhat.com>
Mon, 25 Jan 2016 09:44:18 +0000
(09:44 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 25 Jan 2016 09:44:18 +0000
(09:44 +0000)
bfd/mach-o.c
patch
|
blob
|
history
diff --git
a/bfd/mach-o.c
b/bfd/mach-o.c
index 0f39157ce697e84f8384e6078b2b906ed8af97f9..85ce8571769f7907478ed9c58b7d622a7b9ab505 100644
(file)
--- a/
bfd/mach-o.c
+++ b/
bfd/mach-o.c
@@
-5806,7
+5806,7
@@
bfd_mach_o_close_and_cleanup (bfd *abfd)
can be traced and fixed on such a system, this code will remain
commented out. This does mean that there will be a memory leak,
but it is small, and happens when we are closing down, so it
- should not matter too much.
+ should not matter too much.
*/
char *dsym_filename = (char *)(fat_bfd
? fat_bfd->filename
: mdata->dsym_bfd->filename);