diff options
Diffstat (limited to 'glib/guniprop.c')
-rw-r--r-- | glib/guniprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/guniprop.c b/glib/guniprop.c index 6a9776df4..2f5567ffb 100644 --- a/glib/guniprop.c +++ b/glib/guniprop.c @@ -390,7 +390,7 @@ struct Interval gunichar start, end; }; -int +static int interval_compare (const void *key, const void *elt) { gunichar c = GPOINTER_TO_UINT (key); |