aboutsummaryrefslogtreecommitdiff
path: root/fiv-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'fiv-io.c')
-rw-r--r--fiv-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fiv-io.c b/fiv-io.c
index a685024..1f8cc12 100644
--- a/fiv-io.c
+++ b/fiv-io.c
@@ -499,7 +499,7 @@ fiv_io_profile_page(FivIoImage *page, FivIoProfile target,
// TODO(p): All animations need to be composited in a linear colour space.
for (FivIoImage *frame = page; frame != NULL; frame = frame->frame_next)
- frame_cb(page, source, target);
+ frame_cb(frame, source, target);
if (source)
fiv_io_profile_free(source);