diff options
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r-- | gdb/remote-rdp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index 8c9288d..2a60f28 100644 --- a/gdb/remote-rdp.c +++ b/gdb/remote-rdp.c @@ -495,13 +495,13 @@ send_rdp (char *template,...) *pi = get_byte (); break; default: - internal_error (__FILE__, __LINE__, "failed internal consistency check"); + internal_error (__FILE__, __LINE__, _("failed internal consistency check")); } } va_end (alist); if (dst != buf) - internal_error (__FILE__, __LINE__, "failed internal consistency check"); + internal_error (__FILE__, __LINE__, _("failed internal consistency check")); } @@ -1126,7 +1126,7 @@ remote_rdp_open (char *args, int from_tty) int not_icebreaker; if (!args) - error_no_arg ("serial port device name"); + error_no_arg (_("serial port device name")); baud_rate = 9600; |