Skip to content

Commit ff26706

Browse files
authored
Merge pull request #14 from dpryan79/patch-1
Can't return a value from a void function
2 parents 815d509 + 6d8085d commit ff26706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blatSrc/blat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ void bigBlat(struct dnaSeq *untransList, int queryCount, char *queryFiles[], str
697697
if (frame != cnt)
698698
{
699699
printf("Merge files failed\n");
700-
return 1;
700+
return;
701701
}
702702
}
703703
out[i] = freopen(NULL, "w+", out[i]);

0 commit comments

Comments
 (0)