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

Commit e94aaecc authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20937

* changes:
  libdrm: "==" should be an assignment.
parents 3971665f e840928a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ NodeImpl* NodeIterator::findPreviousOrderNode(NodeImpl* node)
            node = node->getLastChild();
    } else {
        if (node == scopeNode)
            node == NULL;
            node = NULL;
        else
            node = node->getParentNode();
    }