From b0a30fcea7c66ee6d345a9b08b42529aaf3a2836 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 21 Jan 2004 04:16:53 +0000 Subject: 2004-01-20 Andrew Cagney * tui/tui-command.c: Update references. * tui/tui-io.c: Update references. * tui/tui-command.h: Update copyright. (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar. --- gdb/tui/tui-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/tui/tui-io.c') diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index 0cffd6eea9f..61b1f93dcbd 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -689,7 +689,7 @@ tui_getc (FILE *fp) if (key_is_command_char (ch)) { /* Handle prev/next/up/down here */ - ch = tuiDispatchCtrlChar (ch); + ch = tui_dispatch_ctrl_char (ch); } if (ch == '\n' || ch == '\r' || ch == '\f') -- cgit v1.2.3-65-gdbad