scripts: kconfig: fix jump initialization

This commit is contained in:
Stricted
2018-03-16 12:36:42 +01:00
parent 5ae576f4a5
commit b012c6570c
+1 -1
View File
@@ -525,7 +525,7 @@ static void get_prompt_str(struct gstr *r, struct property *prop,
{
int i, j;
struct menu *submenu[8], *menu, *location = NULL;
struct jump_key *jump;
struct jump_key *jump = NULL;
str_printf(r, _("Prompt: %s\n"), _(prop->text));
menu = prop->menu->parent;