diff options
Diffstat (limited to 'gdb/valarith.c')
-rw-r--r-- | gdb/valarith.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valarith.c b/gdb/valarith.c index 18e88b7..bbf018a 100644 --- a/gdb/valarith.c +++ b/gdb/valarith.c @@ -1731,7 +1731,7 @@ value_pos (struct value *arg1) } else { - error ("Argument to positive operation not a number."); + error (_("Argument to positive operation not a number.")); return 0; /* For lint -- never reached */ } } |