Fix for PR mi/15863
[deliverable/binutils-gdb.git] / gas / listing.c
index 24450cfe1e34e86360a211b913cd1d7ee5f48dac..0192dd0f714ed933d7db9b468cd1946092f91b90 100644 (file)
@@ -253,13 +253,13 @@ listing_message (const char *name, const char *message)
 void
 listing_warning (const char *message)
 {
-  listing_message (_("Warning:"), message);
+  listing_message (_("Warning: "), message);
 }
 
 void
 listing_error (const char *message)
 {
-  listing_message (_("Error:"), message);
+  listing_message (_("Error: "), message);
 }
 
 static file_info_type *
This page took 0.024216 seconds and 4 git commands to generate.