From cd6e40b6ca7fcda90bfa44127261e833984a931a Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Sat, 1 Feb 2014 18:15:12 -0500 Subject: use false instead of 0 --- kmer_total_count.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmer_total_count.c') 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; -- cgit v1.2.3