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

Commit 00f4e937 authored by Szymon Starzycki's avatar Szymon Starzycki Committed by Colin Cross
Browse files

Fastbootd: build breakage fix

Change-Id: I6a01ff6f785adc58581d0d9f44e71c94cbb4e3b5
parent b80e4c72
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -648,7 +648,6 @@ static int GPT_parse_partitions(cnode *node, struct GPT_content *content)
{
    cnode *current;
    int i;
    int ret;
    uint64_t partition_size;
    struct GPT_entry_raw *entry;
    for (i = 0, current = node->first_child; current; current = current->next, ++i) {