Fix typo
This commit is contained in:
@@ -4237,7 +4237,7 @@ checkMaxVersion(Node *root, Node *node, InternalVersionT oldestVersion,
|
|||||||
bool success = true;
|
bool success = true;
|
||||||
|
|
||||||
if (node->partialKeyLen > 0) {
|
if (node->partialKeyLen > 0) {
|
||||||
fprintf(stderr, "Root cannot have a partial key");
|
fprintf(stderr, "Root cannot have a partial key\n");
|
||||||
success = false;
|
success = false;
|
||||||
}
|
}
|
||||||
checkParentPointers(node, success);
|
checkParentPointers(node, success);
|
||||||
|
Reference in New Issue
Block a user