[gimp] plug-ins: fix comment typo in file-png



commit 06e0ca8ef0cafddbe691c74b91791a0db90d3ef7
Author: Michael Natterer <mitch gimp org>
Date:   Wed Jun 26 17:26:06 2019 +0200

    plug-ins: fix comment typo in file-png

 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 13e14dd6d7..e8806a0801 100644
--- a/plug-ins/common/file-png.c
+++ b/plug-ins/common/file-png.c
@@ -1533,8 +1533,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))
@@ -1545,7 +1546,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]