Fix an include guard mismatch
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Oct 2011 21:01:36 +0000 (17:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 Oct 2011 21:01:36 +0000 (17:01 -0400)
Spotted by Colin Walters.

glib/gcharset.h

index cf7805b..9b56524 100644 (file)
@@ -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>