[glib] Trivial: fix a guard comment
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Trivial: fix a guard comment
- Date: Wed, 21 May 2014 13:23:42 +0000 (UTC)
commit ace7658b28642e8a5b9ffe54838ccb4847b1cc6b
Author: Matthias Clasen <mclasen redhat com>
Date: Wed May 21 07:40:09 2014 -0400
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/glib-private.h b/glib/glib-private.h
index fd2e985..0a28008 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__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]