mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 18:58:01 +02:00
throbgress: s/TRUE/true/
I introduced a compilation error in Ian's patch when changing it slightly.
This commit is contained in:
parent
7122700e8b
commit
d7b7e378e6
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ start_animation (ply_boot_splash_plugin_t *plugin)
|
|||
plugin->is_animating = true;
|
||||
|
||||
if (plugin->mode == PLY_BOOT_SPLASH_MODE_SHUTDOWN)
|
||||
plugin->is_idle = TRUE;
|
||||
plugin->is_idle = true;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue