summaryrefslogtreecommitdiffstats
path: root/gdb/valarith.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/valarith.c')
-rw-r--r--gdb/valarith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valarith.c b/gdb/valarith.c
index 18e88b741b..bbf018a996 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 */
}
}
OpenPOWER on IntegriCloud