From dbbab9ef230ca5507494d4ebc1d924aacb61961d Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 11 Mar 2026 21:05:39 +0100 Subject: [PATCH] libgimpcolor: small indentation fix. --- libgimpcolor/gimpcolorprofile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgimpcolor/gimpcolorprofile.c b/libgimpcolor/gimpcolorprofile.c index 82e1238f6d..d5c2f8d3de 100644 --- a/libgimpcolor/gimpcolorprofile.c +++ b/libgimpcolor/gimpcolorprofile.c @@ -298,7 +298,7 @@ gimp_color_profile_new_from_icc_profile (const guint8 *data, profile->lcms_profile = lcms_profile; profile->data = g_memdup2 (data, length); profile->length = length; - } + } else { g_set_error_literal (error, GIMP_COLOR_PROFILE_ERROR, 0,