Skip to content

Commit

Permalink
Gah
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Sep 23, 2017
1 parent 757b9d0 commit e178e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bwRead.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e178e36

Please sign in to comment.