libgimpcolor: small indentation fix.
This commit is contained in:
parent
8b649ccca4
commit
dbbab9ef23
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ gimp_color_profile_new_from_icc_profile (const guint8 *data,
|
||||||
profile->lcms_profile = lcms_profile;
|
profile->lcms_profile = lcms_profile;
|
||||||
profile->data = g_memdup2 (data, length);
|
profile->data = g_memdup2 (data, length);
|
||||||
profile->length = length;
|
profile->length = length;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
g_set_error_literal (error, GIMP_COLOR_PROFILE_ERROR, 0,
|
g_set_error_literal (error, GIMP_COLOR_PROFILE_ERROR, 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue