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

Commit 522cb480 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

am: cfb6267f

Change-Id: Icdddfc16bb2a84091494c26ed97e2e480b6bca36
parents c2e49afd cfb6267f
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;
        }