dedup

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

commit cf5881ad53bdf66d5b1a097dcd2ac21510b554e6
parent 7728f1e69f44f5ad45e61946f3747234c7d47094
Author: sin <sin@2f30.org>
Date:   Tue, 20 Mar 2018 17:57:26 +0000

Fix whitespace

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

diff --git a/dedup.c b/dedup.c @@ -249,7 +249,7 @@ void init(void) { struct stat sb; - + ifd = open(INDEXF, O_RDWR | O_CREAT, 0600); if (ifd == -1) err(1, "open %s", INDEXF);