mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
Drop a few more G_CONST_RETURN
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user