mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 03:38:09 +02:00
Fix typo
forgot a state->
This commit is contained in:
parent
be0130677f
commit
de640c616f
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ check_for_serial_console (state_t *state)
|
|||
if (end != NULL)
|
||||
{
|
||||
*end = '\0';
|
||||
remaining_command_line += end - console;
|
||||
remaining_command_line += end - state->console;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue