This would allow debug.h's contents to be included twice.. Signed-off-by: Andres Salomon <[email protected]> --- 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 _______________________________________________ telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
