[telepathy-mission-control/master] Use less complex syntax for condition, as per Jonny's review
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Sep 11 04:48:36 PDT 2009
---
src/mcd-debug.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mcd-debug.c b/src/mcd-debug.c
index 502a673..5a36355 100644
--- a/src/mcd-debug.c
+++ b/src/mcd-debug.c
@@ -112,7 +112,7 @@ mcd_debug_print_tree (gpointer object)
{
g_return_if_fail (MCD_IS_MISSION (object));
- if ((categories & MCD_DEBUG_TREES) != 0)
+ if (categories & MCD_DEBUG_TREES)
{
g_debug ("Object Hierarchy of object %p", object);
g_debug ("[");
--
1.5.6.5
More information about the telepathy-commits
mailing list