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

Commit 7c7a04c9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix number of arguments in otapreopt v4"

parents 617968b4 d9024ef1
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;
        }