nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit f443d0fdb9b14d8356e0b42806607ea6e49b8c43
parent 1a0e1abcf7c22c2b3d8c1f025cc66b912d2b190c
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 26 Oct 2025 10:02:50 -0700

util: remove extra semicolon

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/print_util.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/print_util.h b/src/print_util.h @@ -21,7 +21,7 @@ static void ndb_print_text_search_key(int bytes_size, struct ndb_text_search_key static void print_tag_kv(struct ndb_txn *txn, MDB_val *k, MDB_val *v) { - char hex_id[65], c;; + char hex_id[65], c; struct ndb_note *note; uint64_t ts;