Fix an include guard mismatch

Spotted by Colin Walters.
This commit is contained in:
Matthias Clasen 2011-10-17 17:01:36 -04:00
parent 52389bd010
commit 735420e546

View 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>