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

Commit 9449bd61 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Android Git Automerger
Browse files

am 8386e134: Merge "Fix clang compiler warning."

* commit '8386e134':
  Fix clang compiler warning.
parents 8313dddc 8386e134
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;
    }