mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 18:58:01 +02:00
add cast to prevent compiler warning
This commit is contained in:
parent
d0698efdb6
commit
3b86388c3b
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ hide_splash_screen (ply_boot_splash_plugin_t *plugin)
|
|||
ply_trace ("hiding splash screen");
|
||||
|
||||
ply_event_loop_stop_watching_for_exit (plugin->loop,
|
||||
(ply_event_loop_exit_handler_t)
|
||||
detach_from_event_loop,
|
||||
plugin);
|
||||
detach_from_event_loop (plugin);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue