mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
glib: fix build
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
@@ -194,10 +194,7 @@ g_environ_unsetenv_internal (gchar **envp,
|
||||
}
|
||||
*f = NULL;
|
||||
|
||||
if (free_value_and_realloc)
|
||||
return g_renew (gchar *, envp, envc + 1);
|
||||
else
|
||||
return envp;
|
||||
return envp;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user