Define and use pe_get_data_import_dll_name().
[deliverable/binutils-gdb.git] / gas / input-file.c
index 02512de681343730bea588d001f907825d29cfb8..0b6c9e01a7a873a7b5dc69f1c7a421df549588f4 100644 (file)
@@ -146,7 +146,7 @@ input_file_open (filename, pre)
     }
   if (f_in == (FILE *) 0)
     {
-      as_bad (_("Can't open %s for reading."), file_name);
+      as_bad (_("can't open %s for reading"), file_name);
       as_perror ("%s", file_name);
       return;
     }
This page took 0.024728 seconds and 4 git commands to generate.