mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
(ARI) remove trailing newline in call to error in stack.c::func_command
gdb/ChangeLog:
* stack.c (func_command): Remove trailing newline in call to error.
This commit is contained in:
@@ -2486,7 +2486,7 @@ func_command (const char *arg, int from_tty)
|
||||
|
||||
struct frame_info *frame = find_frame_for_function (arg);
|
||||
if (frame == NULL)
|
||||
error (_("'%s' not within current stack frame.\n"), arg);
|
||||
error (_("'%s' not within current stack frame."), arg);
|
||||
if (frame != get_selected_frame (NULL))
|
||||
{
|
||||
select_frame (frame);
|
||||
|
||||
Reference in New Issue
Block a user