cdaa760
--- a/src/bitvector64.h	2017-09-17 00:54:09.335463370 -0400
cdaa760
+++ b/src/bitvector64.h	2017-09-17 00:54:29.161997936 -0400
cdaa760
@@ -131,7 +131,8 @@
cdaa760
 
cdaa760
     /// Return the number of bits that are one.
cdaa760
     word_t cnt() const {
cdaa760
-	if (nset==0) do_cnt(); return (nset+cnt_ones(active.val));
cdaa760
+	if (nset==0) do_cnt();
cdaa760
+	return (nset+cnt_ones(active.val));
cdaa760
     };
cdaa760
 
cdaa760
     /// Return the total number of bits in the bit sequence.