diff options
Diffstat (limited to 'gdb/tui/tui-status.c')
-rw-r--r-- | gdb/tui/tui-status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-status.c b/gdb/tui/tui-status.c index c7750af..de754cb 100644 --- a/gdb/tui/tui-status.c +++ b/gdb/tui/tui-status.c @@ -315,7 +315,7 @@ void tui_show_status_content () { if (tui_is_window_visible (STATUS_WIN)) - TUI_STATUS_WIN->rerender (); + tui_status_win ()->rerender (); } /* Command to update the display with the current execution point. */ |