mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 04:15:49 +01:00
Fix global variable name hidden by local variables in gio/tests/proxy.c
This commit is contained in:
parent
13710c3699
commit
25ab7f1e74
@ -67,9 +67,9 @@ print_and_free_error (GError *error)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_proxies (const gchar *info, gchar **proxies)
|
print_proxies (const gchar *local_info, gchar **proxies)
|
||||||
{
|
{
|
||||||
printf ("Proxies for URI '%s' are:\n", info);
|
printf ("Proxies for URI '%s' are:\n", local_info);
|
||||||
|
|
||||||
if (proxies == NULL || proxies[0] == NULL)
|
if (proxies == NULL || proxies[0] == NULL)
|
||||||
printf ("\tnone\n");
|
printf ("\tnone\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user