summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-01-25 09:44:18 +0000
committerNick Clifton <nickc@redhat.com>2016-01-25 09:44:18 +0000
commitc244074cb684302be1378a072b33cdb8dd0dff1f (patch)
treed1a4ad532047348467265b9404622e440775d8cd
parentcf466c2ac5ac55bb9b30b96fbdcad564e8c1ccc8 (diff)
downloadbinutils-gdb-c244074cb684302be1378a072b33cdb8dd0dff1f.tar.gz
Add missing end-of-comment marker to previous delta. (Doh!)
-rw-r--r--bfd/mach-o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/mach-o.c b/bfd/mach-o.c
index 0f39157ce69..85ce8571769 100644
--- 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);