aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kmer_total_count.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmer_total_count.c b/kmer_total_count.c
index 5962de2..2de7036 100644
--- a/kmer_total_count.c
+++ b/kmer_total_count.c
@@ -33,9 +33,9 @@ int main(int argc, char **argv) {
unsigned int kmer = 0;
- bool nonzero = 0;
- bool label = 0;
- bool kmer_set = 0;
+ bool nonzero = false;
+ bool label = false;
+ bool kmer_set = false;
unsigned long long width = 0;