mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
Fix an include guard mismatch
Spotted by Colin Walters.
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user