dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 03322c1165cff33cfc0f4cd4a663f45d7b9d0211
parent 72f9fa268e73eed07468230e6ba030ae340e0f3e
Author: sin <sin@2f30.org>
Date:   Wed, 22 May 2019 13:39:01 +0300

Fix comment

Diffstat:
Msnap.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snap.c b/snap.c @@ -47,7 +47,7 @@ extern int unpack(unsigned char *, char *, ...); /* Snapshot header structure */ struct shdr { char magic[NSHDRMAGIC]; /* magic number for file(1) */ - unsigned char header[CRYPTOHDRSIZE]; /* xchacha20-poly1305 crypto header size */ + unsigned char header[CRYPTOHDRSIZE]; /* xchacha20-poly1305 crypto header */ uint64_t flags; /* version number */ uint64_t nbd; /* number of block hashes */ };