[gimp/gimp-2-10] plug-ins: fix comment typo in file-png
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] plug-ins: fix comment typo in file-png
- Date: Wed, 26 Jun 2019 15:29:51 +0000 (UTC)
commit 34df5ecfe4d94dc4b14984e87ec676fc289d8ffc
Author: Michael Natterer <mitch gimp org>
Date: Wed Jun 26 17:26:06 2019 +0200
plug-ins: fix comment typo in file-png
(cherry picked from commit 06e0ca8ef0cafddbe691c74b91791a0db90d3ef7)
plug-ins/common/file-png.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/file-png.c b/plug-ins/common/file-png.c
index 6fbeabe5cf..c8fe712cb2 100644
--- a/plug-ins/common/file-png.c
+++ b/plug-ins/common/file-png.c
@@ -1524,8 +1524,9 @@ save_image (const gchar *filename,
else
{
/* When converting higher bit depth work image into 8-bit,
- * with no manually assigned profile, make sure the result if
- * sRGB. */
+ * with no manually assigned profile, make sure the result is
+ * sRGB.
+ */
profile = gimp_image_get_effective_color_profile (orig_image_ID);
if (gimp_color_profile_is_linear (profile))
@@ -1536,7 +1537,6 @@ save_image (const gchar *filename,
g_object_unref (profile);
profile = saved_profile;
}
-
}
}
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]