We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0bb75 commit 82203a2Copy full SHA for 82203a2
1 file changed
hts.c
@@ -402,7 +402,6 @@ htsFile *hts_open_format(const char *fn, const char *mode, const htsFormat *fmt)
402
if (fmt && fmt->specific)
403
if (hts_opt_apply(fp, fmt->specific) != 0)
404
goto error;
405
-
406
407
return fp;
408
0 commit comments