mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +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."
|
||||
#endif
|
||||
|
||||
#ifndef __G_CHARSET_H___
|
||||
#ifndef __G_CHARSET_H__
|
||||
#define __G_CHARSET_H__
|
||||
|
||||
#include <glib/gtypes.h>
|
||||
|
Loading…
Reference in New Issue
Block a user