Killed warning.

* netlist.c: (glibtop_get_netlist_s): Killed warning.
This commit is contained in:
Benoît Dejean
2004-11-13 11:10:57 +00:00
parent 7e5ccec8bf
commit edd5156ca0
2 changed files with 5 additions and 1 deletions

View File

@@ -79,6 +79,6 @@ glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf)
g_ptr_array_add(devices, NULL);
return g_ptr_array_free(devices, FALSE);
return (char**) g_ptr_array_free(devices, FALSE);
}