summaryrefslogtreecommitdiff
path: root/src/htslib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htslib.c')
-rw-r--r--src/htslib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htslib.c b/src/htslib.c
index 8b53b88..f74efe1 100644
--- a/src/htslib.c
+++ b/src/htslib.c
@@ -3753,7 +3753,7 @@ static int ehex(const char *s) {
}
void unescape_amp(char *s) {
- if (hts_unescape_entities(s, s, strlen(s) + 1) != 0) {
+ if (hts_unescapeEntities(s, s, strlen(s) + 1) != 0) {
assertf(! "error escaping html entities");
}
}