[glib] Fix an include guard mismatch
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix an include guard mismatch
- Date: Mon, 17 Oct 2011 21:02:16 +0000 (UTC)
commit 735420e54690d5971a0e258e12fff6ee79ae34a6
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Oct 17 17:01:36 2011 -0400
Fix an include guard mismatch
Spotted by Colin Walters.
glib/gcharset.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gcharset.h b/glib/gcharset.h
index cf7805b..9b56524 100644
--- a/glib/gcharset.h
+++ b/glib/gcharset.h
@@ -22,7 +22,7 @@
#error "Only <glib.h> can be included directly."
#endif
-#ifndef __G_CHARSET_H___
+#ifndef __G_CHARSET_H__
#define __G_CHARSET_H__
#include <glib/gtypes.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]