diff options
Diffstat (limited to 'gdb/remote-sds.c')
-rw-r--r-- | gdb/remote-sds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index 06763fa..d516cdf 100644 --- a/gdb/remote-sds.c +++ b/gdb/remote-sds.c @@ -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) { |