summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-06-13 09:27:28 -0400
committerRyan Lortie <desrt@desrt.ca>2011-06-13 09:27:28 -0400
commitce9681b87e64a53a35a3db25cdbc406f46e91602 (patch)
tree716a3620faa5e565c7be62faad138da5387cd3fd /tests
parent7412e073d195d9c9b0fd83fd81962f3364f5d2be (diff)
Drop a few more G_CONST_RETURN
Diffstat (limited to 'tests')
-rw-r--r--tests/testglib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testglib.c b/tests/testglib.c
index fd894e1f6..1f0a9abea 100644
--- a/tests/testglib.c
+++ b/tests/testglib.c
@@ -745,7 +745,7 @@ test_info (void)
g_free (sconfdirs);
g_free (langnames);
- charset_is_utf8 = g_get_charset ((G_CONST_RETURN char**)&charset);
+ charset_is_utf8 = g_get_charset ((const char**)&charset);
if (g_test_verbose())
{