mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-22 19:18:15 +02:00
trivial: return NULL, shouldnt be reached anyway
Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
parent
b03290f11d
commit
55408490d0
1 changed files with 1 additions and 0 deletions
|
|
@ -281,6 +281,7 @@ up_backend_apm_event_thread(gpointer object)
|
|||
g_idle_add((GSourceFunc) up_backend_apm_powerchange_event_cb, backend);
|
||||
}
|
||||
}
|
||||
return NULL;
|
||||
/* shouldnt be reached ? */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue