Fix comment style - 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 c4e0f4508d3e6a0c3d526fec5b0cf42df735da63
DIR parent baeb0ae7ccd73a2762cfbafa8e08822fca88a64c
HTML Author: sin <sin@2f30.org>
Date: Sun, 5 May 2019 20:43:29 +0100
Fix comment style
Diffstat:
M block.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR 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 *);