]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-textscreen.c
ui/ncurses: Exit safe mode on configuration change
[petitboot] / ui / ncurses / nc-textscreen.c
index 4ae0db42dfb989c824a5ddb1e2a036bdb6bcd35d..826244cb0a0e9618f086e5a47d133ca751a8de2f 100644 (file)
@@ -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;