summaryrefslogtreecommitdiff
path: root/src/erasurecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/erasurecode.c')
-rw-r--r--src/erasurecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/erasurecode.c b/src/erasurecode.c
index bbf5671..cfb2474 100644
--- a/src/erasurecode.c
+++ b/src/erasurecode.c
@@ -589,7 +589,7 @@ int liberasurecode_reconstruct_fragment(int desc,
/*
* Update the header to reflect the newly constructed fragment
- *
+ */
if (destination_idx < k) {
fragment_ptr = get_fragment_ptr_from_data_novalidate(data[destination_idx]);
} else {