diff options
Diffstat (limited to 'gas/output-file.c')
-rw-r--r-- | gas/output-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/output-file.c b/gas/output-file.c index 3e871f0..25bd291 100644 --- a/gas/output-file.c +++ b/gas/output-file.c @@ -57,7 +57,7 @@ output_file_close (char *filename) if (stdoutput == NULL) return; - + /* Close the bfd. */ if (had_errors ()) res = bfd_cache_close_all (); |