diff options
Diffstat (limited to 'gdb/irix5-nat.c')
-rw-r--r-- | gdb/irix5-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c index 9461c0c..6686713 100644 --- a/gdb/irix5-nat.c +++ b/gdb/irix5-nat.c @@ -252,7 +252,7 @@ fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, } else { - warning ("wrong size gregset struct in core file"); + warning (_("wrong size gregset struct in core file")); return; } } |