dedup

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

commit c4e0f4508d3e6a0c3d526fec5b0cf42df735da63
parent baeb0ae7ccd73a2762cfbafa8e08822fca88a64c
Author: sin <sin@2f30.org>
Date:   Sun,  5 May 2019 20:43:29 +0100

Fix comment style

Diffstat:
Mblock.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/block.h b/block.h @@ -18,7 +18,8 @@ struct bparam { /* * Block operations structure. - * This is implemented by each of the block layers. */ + * This is implemented by each of the block layers. + */ struct bops { int (*creat)(struct bctx *, char *, int, struct bparam *); int (*open)(struct bctx *, char *, int, int, struct bparam *);