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

Commit e840928a authored by Mike Lockwood's avatar Mike Lockwood
Browse files

libdrm: "==" should be an assignment.

parent 2ec8458c
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();
    }