Fix prints again - 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 806f791ed702e6cbc0aad2a374c53f244ab420f2
 (DIR) parent 25a41212766b069d26bf5a6302ab8244fefa64e7
 (HTM) Author: sin <sin@2f30.org>
       Date:   Mon,  4 Mar 2019 15:00:08 +0000
       
       Fix prints again
       
       Diffstat:
         M dedup.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dedup.c b/dedup.c
       @@ -758,7 +758,7 @@ main(int argc, char *argv[])
                                        err(1, "ftruncate");
        
                                if (verbose > 0)
       -                                fprintf(stderr, "Cache is corrupted, rebuilding ...");
       +                                fprintf(stderr, "Cache is corrupted, rebuilding...");
                                xlseek(ifd, SNAP_HDR_SIZE, SEEK_SET);
                                xlseek(cfd, 0, SEEK_SET);
                                walk_snap(rebuild_cache, NULL);