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

Commit 8386e134 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Fix clang compiler warning."

parents 81784ae8 59970e70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ static void cmd_erase(struct protocol_handle *phandle, const char *arg)
        return;
    }

    if (path == NULL) {
    if (!path[0]) {
        fastboot_fail(phandle, "Couldn't find partition");
        return;
    }