diff options
-rw-r--r-- | fiv-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2495,7 +2495,7 @@ open_librsvg( } image->render = &closure->parent; - return fiv_io_profile_finalize(image, ctx->screen_profile); + return image; } #endif // HAVE_LIBRSVG -------------------------------------------------------- |