Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2cac122 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

Fix menu bug reported by sk8erwitskil:

parent 4acc3098
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);