Remove outdated comment - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7bfa7b5d8027abad0750cb19efc0c3ff650a2d3d
 (DIR) parent 956192e3229cd13d185e896b34e3476371b4a83c
 (HTM) Author: sin <sin@2f30.org>
       Date:   Sun, 12 May 2019 10:30:42 +0100
       
       Remove outdated comment
       
       Diffstat:
         M bstorage.c                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bstorage.c b/bstorage.c
       @@ -75,7 +75,7 @@ static struct bops bops = {
        /* Block header structure */
        struct bhdr {
                char magic[NBHDRMAGIC]; /* magic number for file(1) */
       -        uint64_t flags;                /* version number, compression/encryption configuration */
       +        uint64_t flags;                /* version number */
                uint64_t nbd;                /* number of block descriptors */
        };