diff options
Diffstat (limited to 'gdb/tui/tui-win.c')
-rw-r--r-- | gdb/tui/tui-win.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index 5cc5c4f..3a5d1af 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -650,8 +650,8 @@ tui_refresh_all_win (void) } -/* Resize all the windows based on the the terminal size. This - function gets called from within the readline sinwinch handler. */ +/* Resize all the windows based on the terminal size. This function + gets called from within the readline sinwinch handler. */ void tui_resize_all (void) { |