tFix outdated comment - dedup - deduplicating backup program
 (HTM) git clone git://git.z3bra.org/dedup.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9dce6b66d0448882531be9ef7aa1f8eb32a7d7c3
 (DIR) parent f1589f46b7005d7e09198397edeb775f488f6030
 (HTM) Author: sin <sin@2f30.org>
       Date:   Fri,  3 May 2019 13:31:35 +0100
       
       Fix outdated comment
       
       Diffstat:
         M bstorage.c                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bstorage.c b/bstorage.c
       t@@ -81,7 +81,7 @@ static struct bops bops = {
        /* Block header structure */
        struct bhdr {
                char magic[NBHDRMAGIC]; /* magic number for file(1) */
       -        uint64_t flags;        /* version number, compression/hashing configuration */
       +        uint64_t flags;        /* version number, compression/encryption configuration */
                uint64_t nbd;        /* number of block descriptors */
        };