Fix ARI warning in stack.c (return_command).
gdb/ChangeLog * stack.c (return_command): Markup warning message with _.
This commit is contained in:
parent
f8313f6ec4
commit
d35b90fb6e
2 changed files with 5 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue