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.
This commit is contained in:
Matthias Clasen 2014-05-21 07:40:09 -04:00
parent cdb9670dc3
commit ace7658b28

View File

@ -67,4 +67,4 @@ typedef struct {
GLIB_AVAILABLE_IN_ALL
GLibPrivateVTable *glib__private__ (void);
#endif /* __G_MAIN_H__ */
#endif /* __GLIB_PRIVATE_H__ */