summaryrefslogtreecommitdiff
path: root/src/erasurecode.c
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2014-07-19 16:49:26 -0700
committerKevin Greenan <kmgreen2@gmail.com>2014-07-19 16:49:26 -0700
commitcea826511d772200181738db9d4c2634b1748171 (patch)
treecc856c798a9a588d79a35ccf410e632403f03927 /src/erasurecode.c
parent3eeb4c82b86524c8a4fbce5cbd5a53ae153fbdbd (diff)
downloadliberasurecode-cea826511d772200181738db9d4c2634b1748171.tar.gz
Oops... Comment termination fail!
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 {