2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / remote-sds.c
index 06763fa428ade10350aaf39d29a75adca5078eff..d516cdfc5b81d4df2430f8907900e4df1e943994 100644 (file)
@@ -728,7 +728,7 @@ putmessage (unsigned char *buf, int len)
      and giving it a checksum.  */
 
   if (len > 170)               /* Prosanity check */
-    internal_error (__FILE__, __LINE__, "failed internal consistency check");
+    internal_error (__FILE__, __LINE__, _("failed internal consistency check"));
 
   if (remote_debug)
     {
This page took 0.027299 seconds and 4 git commands to generate.