diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-18 18:31:35 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-18 18:31:35 -0400 |
| commit | 79f8236416a45bd7ad79136f91a1d98b88935556 (patch) | |
| tree | 8279f2e0dee16e01bf971377ab6ca4bf5444d49b /src | |
| parent | 3192199ed05773bdc822bd415a395728cd39ab4d (diff) | |
| download | plymouth-79f8236416a45bd7ad79136f91a1d98b88935556.tar.gz plymouth-79f8236416a45bd7ad79136f91a1d98b88935556.tar.xz plymouth-79f8236416a45bd7ad79136f91a1d98b88935556.zip | |
add function cast to silence warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/splash-plugins/fedora-fade-in/fedora-fade-in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splash-plugins/fedora-fade-in/fedora-fade-in.c b/src/splash-plugins/fedora-fade-in/fedora-fade-in.c index 25c675e..4ca1859 100644 --- a/src/splash-plugins/fedora-fade-in/fedora-fade-in.c +++ b/src/splash-plugins/fedora-fade-in/fedora-fade-in.c @@ -443,7 +443,7 @@ hide_splash_screen (ply_boot_splash_plugin_t *plugin, if (plugin->loop != NULL) stop_animation (plugin); - ply_event_loop_stop_watching_for_exit (plugin->loop, + ply_event_loop_stop_watching_for_exit (plugin->loop, (ply_event_loop_exit_handler_t) detach_from_event_loop, plugin); detach_from_event_loop (plugin); |
