[telepathy-gabble/master] telepathy-gabble: fix header guard in debug.h

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Jul 22 06:27:11 PDT 2009


This would allow debug.h's contents to be included twice.

Signed-off-by: Andres Salomon <dilinger at collabora.co.uk>
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
 src/debug.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/debug.h b/src/debug.h
index b7172d8..f19b7ea 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -1,6 +1,6 @@
 
 #ifndef __DEBUG_H__
-#define __DEBUG_H_
+#define __DEBUG_H__
 
 #include "config.h"
 
-- 
1.5.6.5



More information about the telepathy-commits mailing list