From 735420e54690d5971a0e258e12fff6ee79ae34a6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Oct 2011 17:01:36 -0400 Subject: [PATCH] Fix an include guard mismatch Spotted by Colin Walters. --- glib/gcharset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 can be included directly." #endif -#ifndef __G_CHARSET_H___ +#ifndef __G_CHARSET_H__ #define __G_CHARSET_H__ #include