From f23afa080a227ab9200573da7eb4e5be9afd8e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 26 Jan 2024 21:58:18 +0100 Subject: Add a missing asterisk --- fiv-io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiv-io.h b/fiv-io.h index fda9319..bb92033 100644 --- a/fiv-io.h +++ b/fiv-io.h @@ -155,7 +155,7 @@ cairo_surface_t *fiv_io_image_to_surface_noref(const FivIoImage *image); typedef struct { const char *uri; ///< Source URI - FivIoProfile screen_profile; ///< Target colour space or NULL + FivIoProfile *screen_profile; ///< Target colour space or NULL int screen_dpi; ///< Target DPI gboolean enhance; ///< Enhance JPEG (currently) gboolean first_frame_only; ///< Only interested in the 1st frame -- cgit v1.2.3