From e178e3678acc49e3438bcfab6751994cc579dde9 Mon Sep 17 00:00:00 2001 From: Devon Ryan Date: Sat, 23 Sep 2017 17:15:56 +0200 Subject: [PATCH] Gah --- bwRead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwRead.c b/bwRead.c index 828bd5d..aa3faca 100644 --- a/bwRead.c +++ b/bwRead.c @@ -267,7 +267,7 @@ static chromList_t *bwReadChromList(bigWigFile_t *bw) { //Read in the blocks rv = readChromBlock(bw, cl, keySize); if(rv == (uint64_t) -1) goto error; - if(rv != itemCount) { + if(rv != itemCount) goto error; return cl;