diff options
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index 7ea00e0..c253735 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -681,14 +681,14 @@ void set_sigio_trap (void) { if (target_activity_function) - internal_error (__FILE__, __LINE__, "failed internal consistency check"); + internal_error (__FILE__, __LINE__, _("failed internal consistency check")); } void clear_sigio_trap (void) { if (target_activity_function) - internal_error (__FILE__, __LINE__, "failed internal consistency check"); + internal_error (__FILE__, __LINE__, _("failed internal consistency check")); } #endif /* No SIGIO. */ |