mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 10:08:06 +02:00
[window] Fix constness bug in test
This commit is contained in:
parent
78bacad196
commit
82db416f40
1 changed files with 1 additions and 1 deletions
|
|
@ -1078,7 +1078,7 @@ main (int argc,
|
|||
ply_event_loop_t *loop;
|
||||
ply_window_t *window;
|
||||
int exit_code;
|
||||
char *tty_name;
|
||||
const char *tty_name;
|
||||
|
||||
exit_code = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue