tFix comment style - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c4e0f4508d3e6a0c3d526fec5b0cf42df735da63
(DIR) parent baeb0ae7ccd73a2762cfbafa8e08822fca88a64c
(HTM) 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
t@@ -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 *);