blob: 6d5bdb4c3c3c062f8652a82a67986c044ce76188 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hts_utils.h.orig 2020-11-08 22:09:58 UTC
+++ hts_utils.h
@@ -47,7 +47,7 @@ typedef struct {
KHASH_MAP_INIT_STR(s, faidx1_t)
-struct __faidx_t {
+struct faidx_t {
BGZF *bgzf;
int n, m;
char **name;
|