summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-textscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ncurses/nc-textscreen.c')
-rw-r--r--ui/ncurses/nc-textscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-textscreen.c b/ui/ncurses/nc-textscreen.c
index 4ae0db4..826244c 100644
--- a/ui/ncurses/nc-textscreen.c
+++ b/ui/ncurses/nc-textscreen.c
@@ -174,7 +174,7 @@ struct nc_scr *text_screen_scr(struct text_screen *screen)
}
void text_screen_set_help(struct text_screen *screen, const char *title,
- const char *text)
+ const struct help_text *text)
{
screen->help_title = title;
screen->help_text = text;
OpenPOWER on IntegriCloud