From 405a2ca16133d63c9a192e75f176d41cbbb09427 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 15 Aug 2024 13:52:51 -0700 Subject: [PATCH] Fix typo --- ConflictSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index d6ea2f9..f1e0955 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -4237,7 +4237,7 @@ checkMaxVersion(Node *root, Node *node, InternalVersionT oldestVersion, bool success = true; if (node->partialKeyLen > 0) { - fprintf(stderr, "Root cannot have a partial key"); + fprintf(stderr, "Root cannot have a partial key\n"); success = false; } checkParentPointers(node, success);