Fix ARI warnings about new lines at the end of messages, which
[deliverable/binutils-gdb.git] / gdb / osdata.c
index c82746f98c55f07708fa95912fb2349ddda96f3e..024d8f413157764cbc0fe7f72650643a24e3cd20 100644 (file)
@@ -267,7 +267,7 @@ get_osdata (const char *type)
     }
 
   if (!osdata)
-    error (_("Can not fetch data now.\n"));
+    error (_("Can not fetch data now."));
 
   return osdata;
 }
This page took 0.023663 seconds and 4 git commands to generate.