Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Mar 31, 2017
1 parent 40d74c4 commit 4cbf0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitset.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,5 @@ size_t bitset_symmetric_difference_count(const bitset_t *restrict b1, const bit
answer += __builtin_popcountll(b1->array[k]);
}
}
return true;
return answer;
}

0 comments on commit 4cbf0f0

Please sign in to comment.