[gimp/gimp-2-8] lcms: pretty code even better if syntactically correct
- From: Nils Philippsen <nphilipp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] lcms: pretty code even better if syntactically correct
- Date: Thu, 19 Sep 2013 15:42:08 +0000 (UTC)
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]