diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/plymouth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/plymouth.c b/src/client/plymouth.c index 9d40e14..9f1cb20 100644 --- a/src/client/plymouth.c +++ b/src/client/plymouth.c @@ -193,7 +193,7 @@ main (int argc, else if (chroot_dir) ply_boot_client_tell_daemon_to_change_root (client, chroot_dir, (ply_boot_client_response_handler_t) - on_success, + on_success, (ply_boot_client_response_handler_t) on_failure, loop); else |
