]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-boot-editor.c
ui/ncurses: Use a separate type for help text
[petitboot] / ui / ncurses / nc-boot-editor.c
index 6bc1d89169b166da53a2eb502ffe12f1545665d5..6da36302f49641ba52c666c7fb75071b0088d3d5 100644 (file)
@@ -73,7 +73,7 @@ struct boot_editor {
        char                    *args;
 };
 
        char                    *args;
 };
 
-extern const char *boot_editor_help_text;
+extern const struct help_text boot_editor_help_text;
 
 static struct boot_editor *boot_editor_from_scr(struct nc_scr *scr)
 {
 
 static struct boot_editor *boot_editor_from_scr(struct nc_scr *scr)
 {
@@ -222,7 +222,7 @@ static void boot_editor_process_key(struct nc_scr *scr, int key)
        case STATE_HELP:
                boot_editor->state = STATE_EDIT;
                cui_show_help(boot_editor->cui, _("Boot Option Editor"),
        case STATE_HELP:
                boot_editor->state = STATE_EDIT;
                cui_show_help(boot_editor->cui, _("Boot Option Editor"),
-                               boot_editor_help_text);
+                               &boot_editor_help_text);
                break;
        default:
                break;
                break;
        default:
                break;