diff options
Diffstat (limited to 'gdb/tui/tui.c')
-rw-r--r-- | gdb/tui/tui.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c index 0a13148..d36ee66 100644 --- a/gdb/tui/tui.c +++ b/gdb/tui/tui.c @@ -483,10 +483,8 @@ tui_reset (void) { struct termio mode; - /* - ** Reset the teletype mode bits to a sensible state. - ** Copied tset.c - */ + /* Reset the teletype mode bits to a sensible state. + Copied tset.c. */ #if defined (TIOCGETC) struct tchars tbuf; #endif /* TIOCGETC */ |