mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 04:48:05 +02:00
fixed compile
This commit is contained in:
parent
63397c1e83
commit
031189f151
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ main (int argc, char **argv)
|
|||
if (opt_enumerate || opt_dump) {
|
||||
GPtrArray *devices;
|
||||
const gchar *object_path;
|
||||
devices = dkp_client_enumerate_devices (client);
|
||||
devices = dkp_client_enumerate_devices (client, NULL);
|
||||
if (devices == NULL)
|
||||
goto out;
|
||||
for (n=0; n < devices->len; n++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue