mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 06:08:00 +02:00
Typo missing semicolon.
This commit is contained in:
parent
426a4ec6f5
commit
6222e35e08
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ ply_boot_splash_show (ply_boot_splash_t *splash)
|
|||
|
||||
if (splash->plugin_interface->on_boot_progress != NULL)
|
||||
{
|
||||
ply_boot_splash_update_progress (splash)
|
||||
ply_boot_splash_update_progress (splash);
|
||||
}
|
||||
|
||||
splash->is_shown = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue