From 82f5f11a224df4248429ac5deb945e6715784141 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 28 Dec 2021 14:20:04 +0100 Subject: [PATCH] Fix a comment in db.h. --- db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.h b/db.h index 1670d6b..28bf84d 100644 --- a/db.h +++ b/db.h @@ -5,7 +5,7 @@ struct Header { char magic[8]; // "\0plocate"; - uint32_t version; // 1. + uint32_t version; // 2 is the current version. uint32_t hashtable_size; uint32_t extra_ht_slots; uint32_t num_docids; -- 2.39.2