mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Fix an include guard mismatch
Spotted by Colin Walters.
This commit is contained in:
parent
52389bd010
commit
735420e546
@ -22,7 +22,7 @@
|
|||||||
#error "Only <glib.h> can be included directly."
|
#error "Only <glib.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __G_CHARSET_H___
|
#ifndef __G_CHARSET_H__
|
||||||
#define __G_CHARSET_H__
|
#define __G_CHARSET_H__
|
||||||
|
|
||||||
#include <glib/gtypes.h>
|
#include <glib/gtypes.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user