Skip to content

Commit

Permalink
Fix menu bug reported by sk8erwitskil:
Browse files Browse the repository at this point in the history
014d020#commitcomment-2185643

Change-Id: I790bcc13cd8fe6bf2f0d8c0511f7d50b50873ac8
  • Loading branch information
koush committed Nov 21, 2012
1 parent 4acc309 commit a2cac12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extendedcommands.c
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,8 @@ static void choose_backup_format() {
};

char* list[] = { "dup (default)",
"tar"
"tar",
NULL
};

int chosen_item = get_menu_selection(headers, list, 0, 0);
Expand Down

1 comment on commit a2cac12

@just6979
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seriously? I submitted this patch to Gerrit a month ago!

Please sign in to comment.