* tui-out.c (tui_out_data): Fix typedef.

This commit is contained in:
Stephane Carrez 2003-03-13 20:24:06 +00:00
parent 1594fa5616
commit d1dab75a19
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-03-13 Stephane Carrez <stcarrez@nerim.fr>
* tui-out.c (tui_out_data): Fix typedef.
2003-03-08 Andrew Cagney <cagney@redhat.com>
* tui-out.c: Update copyright.

View file

@ -36,7 +36,7 @@ struct ui_out_data
int line;
int start_of_line;
};
struct ui_out_data tui_out_data;
typedef struct ui_out_data tui_out_data;
/* These are the CLI output functions */