diff options
Diffstat (limited to 'gas/input-file.c')
-rw-r--r-- | gas/input-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/input-file.c b/gas/input-file.c index ec36a42..91ec530 100644 --- a/gas/input-file.c +++ b/gas/input-file.c @@ -246,7 +246,7 @@ input_file_give_next_buffer (char *where /* Where to place 1st character of new else { if (fclose (f_in)) - as_bad (_("can't close %s: %s"), file_name, xstrerror (errno)); + as_warn (_("can't close %s: %s"), file_name, xstrerror (errno)); f_in = (FILE *) 0; return_value = 0; |