Skip to content

Commit e178e36

Browse files
committed
Gah
1 parent 757b9d0 commit e178e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bwRead.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ static chromList_t *bwReadChromList(bigWigFile_t *bw) {
267267
//Read in the blocks
268268
rv = readChromBlock(bw, cl, keySize);
269269
if(rv == (uint64_t) -1) goto error;
270-
if(rv != itemCount) {
270+
if(rv != itemCount) goto error;
271271

272272
return cl;
273273

0 commit comments

Comments
 (0)