[Telepathy] [PATCH 4/4] telepathy-sofiasip: fix header guard in debug.h
Andres Salomon
dilinger at collabora.co.uk
Mon Jul 20 09:18:16 PDT 2009
This would allow debug.h's contents to be included twice..
Signed-off-by: Andres Salomon <dilinger 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 f68decf..a2a7d0f 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -18,7 +18,7 @@
*/
#ifndef __DEBUG_H__
-#define __DEBUG_H_
+#define __DEBUG_H__
#include "config.h"
--
1.5.6.5
More information about the telepathy
mailing list