[Telepathy] [PATCH 2/4] telepathy-glib: fix header guard in debug.h
Andres Salomon
dilinger at collabora.co.uk
Mon Jul 20 09:18:04 PDT 2009
This would allow debug.h's contents to be included twice..
Signed-off-by: Andres Salomon <dilinger at collabora.co.uk>
---
telepathy-glib/debug.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/debug.h b/telepathy-glib/debug.h
index 221d8f8..1ec2df0 100644
--- a/telepathy-glib/debug.h
+++ b/telepathy-glib/debug.h
@@ -1,5 +1,5 @@
#ifndef __TP_DEBUG_H__
-#define __TP_DEBUG_H_
+#define __TP_DEBUG_H__
#include <glib.h>
--
1.5.6.5
More information about the telepathy
mailing list