aboutsummaryrefslogtreecommitdiff
path: root/data/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'data/render.c')
-rw-r--r--data/render.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/render.c b/data/render.c
index f42e821..08ff6dd 100644
--- a/data/render.c
+++ b/data/render.c
@@ -46,8 +46,8 @@ void eva_render(sqlite3_context *context, int argc, sqlite3_value **argv) {
.out = (Bytef *)eva,
};
- salis_inflate(&params);
- salis_inflate_end(&params);
+ comp_inflate(&params);
+ comp_inflate_end(&params);
// Render image
for (size_t i = 0; i < px_count; i++) {