diff options
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index 5f2a3dc..5831999 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -2464,7 +2464,7 @@ return_command (char *retval_exp, int from_tty) else { if (TYPE_NO_RETURN (thisfun->type)) - warning ("Function does not return normally to caller."); + warning (_("Function does not return normally to caller.")); confirmed = query (_("%sMake %s return now? "), query_prefix, SYMBOL_PRINT_NAME (thisfun)); } |