diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-10-17 17:01:36 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-10-17 17:01:36 -0400 |
commit | 735420e54690d5971a0e258e12fff6ee79ae34a6 (patch) | |
tree | a29f1622765a31c75f1118da00e6809039502172 | |
parent | 52389bd01067284565b007bc156643d534282842 (diff) |
Fix an include guard mismatch
Spotted by Colin Walters.
-rw-r--r-- | glib/gcharset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gcharset.h b/glib/gcharset.h index cf7805be6..9b56524c0 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> |