breakpoints/19546: Fix crash after updating breakpoints
[deliverable/binutils-gdb.git] / binutils / coffgrok.c
index 87b87c3cbd597b01429ac1192744c75efed86f95..52ed9206698dce2f6b2d9e9fb5a2ced16c935016 100644 (file)
@@ -1,5 +1,5 @@
 /* coffgrok.c
-   Copyright (C) 1994-2015 Free Software Foundation, Inc.
+   Copyright (C) 1994-2016 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -886,7 +886,7 @@ coff_grok (bfd *inabfd)
       non_fatal (_("%s: is not a COFF format file"), bfd_get_filename (abfd));
       return NULL;
     }
-  
+
   storage = bfd_get_symtab_upper_bound (abfd);
 
   if (storage < 0)
This page took 0.024076 seconds and 4 git commands to generate.