This would allow debug.h's contents to be included twice.. Signed-off-by: Andres Salomon <[email protected]> --- src/debug.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/debug.h b/src/debug.h index 97be397..ede6484 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 _______________________________________________ telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
