Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-10-31 05:00:29 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-10-31 05:00:29 +0300
commit9a699e19406d741fa7b2c8727a674ae7154ff643 (patch)
tree8b8de751ff8385b416a1c0bd241d2c42f19eed54 /eglib
parent45922c5680a7af3e915e6d3046bb5fee47ff8df4 (diff)
Flush
svn path=/trunk/mono/; revision=67169
Diffstat (limited to 'eglib')
-rw-r--r--eglib/src/gunicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eglib/src/gunicode.c b/eglib/src/gunicode.c
index 8692dd1fb05..93da31aad0c 100644
--- a/eglib/src/gunicode.c
+++ b/eglib/src/gunicode.c
@@ -145,7 +145,7 @@ g_filename_from_utf8 (const gchar *utf8string, gssize len, gsize *bytes_read, gs
}
gboolean
-g_get_charset (char **charset)
+g_get_charset (G_CONST_RETURN char **charset)
{
if (my_charset == NULL){
my_charset = g_strdup (nl_langinfo (CODESET));