/soc/2015/mmcc/main: b9a5cd4a3427: add annotation to #endif (tri...
Michael McConville
mmcconville at mykolab.com
Tue Jul 7 22:27:31 EDT 2015
Changeset: b9a5cd4a3427d11c198d322b32bb25364907987f
Author: Michael McConville <mmcconville at mykolab.com>
Date: 2015-07-07 22:27 -0400
Branch: default
URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/b9a5cd4a3427
Description:
add annotation to #endif (trivial)
diffstat:
pidgin/gtk3compat.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/pidgin/gtk3compat.h b/pidgin/gtk3compat.h
--- a/pidgin/gtk3compat.h
+++ b/pidgin/gtk3compat.h
@@ -99,7 +99,7 @@ gtk_label_set_alignment(GtkLabel *label,
G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
gtk_misc_set_alignment(GTK_MISC(label), xalign, yalign);
G_GNUC_END_IGNORE_DEPRECATIONS;
-#endif
+#endif /* GTK_CHECK_VERSION (3,16,0) */
}
#endif /* _PIDGINGTK3COMPAT_H_ */
More information about the Commits
mailing list