summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/htsinthash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsinthash.c b/src/htsinthash.c
index b5fa833..00f5d2a 100644
--- a/src/htsinthash.c
+++ b/src/htsinthash.c
@@ -978,7 +978,7 @@ static int inthash_add_item_(inthash hashtable, inthash_item item) {
}
int inthash_write_value(inthash hashtable, inthash_key_const name,
- inthash_value value) {
+ inthash_value_const value) {
/* replace of add item */
const int ret = inthash_write_value_(hashtable, name, value);