Style fix - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 95c553d5f0552ea0b2d2ec7937bf31336629c0d3
DIR parent 5bb4a9db996f3e7265fe0588fa03125a28cd9051
HTML Author: sin <sin@2f30.org>
Date: Thu, 16 May 2019 14:04:58 +0300
Style fix
Diffstat:
M state.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR 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;
}