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

Commit cfb6267f authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

Merge "Fix number of arguments in otapreopt v4"

am: 7c7a04c9

Change-Id: Ib32ab1ac226392284285a8a197b9c38524f053c1
parents 7df119e5 7c7a04c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -621,7 +621,7 @@ private:
            }
        }

        if (param_index != 12) {
        if (param_index != 13) {
            LOG(ERROR) << "Not enough parameters";
            return false;
        }