]> git.sesse.net Git - plocate/blobdiff - db.h
Loosen up serialization to be about printing only.
[plocate] / db.h
diff --git a/db.h b/db.h
index d4baf530096f0f640628b86b03623f6d168dfa24..dfdc0d58a36d5f2a964b4442191a9b88a04303d5 100644 (file)
--- a/db.h
+++ b/db.h
@@ -4,13 +4,13 @@
 #include <stdint.h>
 
 struct Header {
-       char magic[8]; // "\0plocate";
+       char magic[8];  // "\0plocate";
        uint32_t version;  // 0.
        uint32_t hashtable_size;
        uint32_t extra_ht_slots;
        uint64_t hash_table_offset_bytes;
        uint64_t filename_index_offset_bytes;
-}; 
+};
 
 struct Trigram {
        uint32_t trgm;