diff options
Diffstat (limited to 'src/htscore.h')
-rw-r--r-- | src/htscore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htscore.h b/src/htscore.h index 48785f7..c3572cb 100644 --- a/src/htscore.h +++ b/src/htscore.h @@ -201,7 +201,7 @@ typedef struct hash_struct hash_struct; #endif struct hash_struct { /* Links big array reference */ - const lien_url ***liens; + const lien_url *const*const*liens; /* Savename (case insensitive ; lowercased) */ inthash sav; /* Address and path */ |