mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 04:48:08 +02:00
[event-loop] Make ply_event_loop_free_sources static
This fixes a compiler warning.
This commit is contained in:
parent
a6936963fb
commit
63f116f523
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ ply_event_loop_remove_source (ply_event_loop_t *loop,
|
|||
ply_event_loop_remove_source_node (loop, source_node);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
ply_event_loop_free_sources (ply_event_loop_t *loop)
|
||||
{
|
||||
ply_list_node_t *node;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue