[binutils-gdb] Add missing end-of-comment marker to previous delta. (Doh!)

Nick Clifton nickc@sourceware.org
Mon Jan 25 09:44:00 GMT 2016


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c244074cb684302be1378a072b33cdb8dd0dff1f

commit c244074cb684302be1378a072b33cdb8dd0dff1f
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Jan 25 09:44:18 2016 +0000

    Add missing end-of-comment marker to previous delta.  (Doh!)

Diff:
---
 bfd/mach-o.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/mach-o.c b/bfd/mach-o.c
index 0f39157..85ce857 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);



More information about the Binutils-cvs mailing list