diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-06-13 09:27:28 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-06-13 09:27:28 -0400 |
commit | ce9681b87e64a53a35a3db25cdbc406f46e91602 (patch) | |
tree | 716a3620faa5e565c7be62faad138da5387cd3fd /tests | |
parent | 7412e073d195d9c9b0fd83fd81962f3364f5d2be (diff) |
Drop a few more G_CONST_RETURN
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testglib.c | 2 |
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()) { |