mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 10:08:06 +02:00
[console] remove stray semicolon
This commit is contained in:
parent
92dd3083d0
commit
fa912fbf5d
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ ply_console_watch_for_vt_changes (ply_console_t *console)
|
|||
|
||||
struct vt_mode mode = { 0 };
|
||||
|
||||
if (console->fd < 0);
|
||||
if (console->fd < 0)
|
||||
return;
|
||||
|
||||
if (console->is_watching_for_vt_changes)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue