[Telepathy-commits] [telepathy-gabble/master] Correct "#ifdef ENABLE_DEBUG" and G_*_DECLS nesting.

Will Thompson will.thompson at collabora.co.uk
Sun Mar 1 04:28:38 PST 2009


---
 lib/gibber/gibber-debug.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/gibber/gibber-debug.h b/lib/gibber/gibber-debug.h
index 29d5aa3..8c813bd 100644
--- a/lib/gibber/gibber-debug.h
+++ b/lib/gibber/gibber-debug.h
@@ -10,10 +10,10 @@
 #include "gibber-xmpp-stanza.h"
 #endif
 
-#ifdef ENABLE_DEBUG
-
 G_BEGIN_DECLS
 
+#ifdef ENABLE_DEBUG
+
 typedef enum
 {
   DEBUG_TRANSPORT         = 1 << 0,
-- 
1.5.6.5




More information about the telepathy-commits mailing list