dedup

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

commit 95c553d5f0552ea0b2d2ec7937bf31336629c0d3
parent 5bb4a9db996f3e7265fe0588fa03125a28cd9051
Author: sin <sin@2f30.org>
Date:   Thu, 16 May 2019 14:04:58 +0300

Style fix

Diffstat:
Mstate.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/state.c b/state.c @@ -147,6 +147,5 @@ readstate(int fd, struct param *par) seterr("invalid encryption type: %d", algo); return -1; } - return 0; }