summaryrefslogtreecommitdiff
path: root/fitz/base_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/base_hash.c')
-rw-r--r--fitz/base_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/base_hash.c b/fitz/base_hash.c
index fcfc1f61..b7caf173 100644
--- a/fitz/base_hash.c
+++ b/fitz/base_hash.c
@@ -100,7 +100,7 @@ fz_resize_hash(fz_hash_table *table, int newsize)
if (newsize < oldload * 8 / 10)
{
- fz_throw("assert: resize hash too small");
+ fz_error_make("assert: resize hash too small");
return;
}