Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index 66ae194a35980e6bc814f3ef6b90aad1b64f02a1..c947e607881603480bc83e81234b1c88981fc92a 100644 (file)
@@ -1265,7 +1265,7 @@ ecoff_type_to_string (bfd *abfd, FDR *fdr, unsigned int indx)
       break;
 
     default:
-      sprintf (p1, _("Unknown basic type %d"), (int) basic_type);
+      sprintf (p1, _("unknown basic type %d"), (int) basic_type);
       break;
     }
 
This page took 0.026458 seconds and 4 git commands to generate.