From ace7658b28642e8a5b9ffe54838ccb4847b1cc6b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 May 2014 07:40:09 -0400 Subject: [PATCH] Trivial: fix a guard comment The conventional comment for the #endif at the bottom of the header was not matching the #ifdef at the top in glib-private.h. Fix that. --- glib/glib-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/glib-private.h b/glib/glib-private.h index fd2e98522..0a280087a 100644 --- a/glib/glib-private.h +++ b/glib/glib-private.h @@ -67,4 +67,4 @@ typedef struct { GLIB_AVAILABLE_IN_ALL GLibPrivateVTable *glib__private__ (void); -#endif /* __G_MAIN_H__ */ +#endif /* __GLIB_PRIVATE_H__ */