Skip to content

Commit

Permalink
Typo in comments to ld_vcf.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dzerbino committed May 3, 2017
1 parent ca95861 commit 3d18f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C_code/ld_vcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ int main(int argc, char *argv[]) {
if (!variant) {
// process any remaining buffer
process_window(&locus_list, 0, fh, position);
} else if (variant_index >= 0) { // Variable initialised to -1, is set correctly, set to int >= 0
} else if (variant_index >= 0) { // Variable initialised to -1, if set correctly, set to int >= 0
// Compute LD around variant of interest
calculate_ld(&locus_list, fh, windowsize, variant_index);
}
Expand Down

0 comments on commit 3d18f60

Please sign in to comment.