[gimp/gimp-2-8] lcms: pretty code even better if syntactically correct



commit dfaa321027e81e7e0be10ace1e2cc84de22f0630
Author: Nils Philippsen <nils redhat com>
Date:   Thu Sep 19 17:38:46 2013 +0200

    lcms: pretty code even better if syntactically correct
    
    Thanks to Jehan for spotting this.

 modules/display-filter-lcms.c  |    2 +-
 modules/display-filter-proof.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/display-filter-lcms.c b/modules/display-filter-lcms.c
index 9a2350c..e3052d7 100644
--- a/modules/display-filter-lcms.c
+++ b/modules/display-filter-lcms.c
@@ -222,8 +222,8 @@ cdisplay_lcms_profile_get_info (cmsHPROFILE   profile,
               else
                 g_free (descData);
             }
-#endif
         }
+#endif
 
 #ifdef HAVE_LCMS1
       if (*name && ! g_utf8_validate (*name, -1, NULL))
diff --git a/modules/display-filter-proof.c b/modules/display-filter-proof.c
index c10463a..5178395 100644
--- a/modules/display-filter-proof.c
+++ b/modules/display-filter-proof.c
@@ -342,8 +342,8 @@ cdisplay_proof_combo_box_set_active (GimpColorProfileComboBox *combo,
 
               g_free (descData);
             }
-#endif
         }
+#endif
 
       cmsCloseProfile (profile);
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]