summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-14 09:02:25 -0400
committerRay Strode <rstrode@redhat.com>2008-05-14 09:02:25 -0400
commit3b86388c3bdffe32663ec0ea2237bfaa7ba630b0 (patch)
treebee533268c4d911e983782144774f817927c704e
parentd0698efdb6b894ef91a32e50fecfc1712456a7f4 (diff)
downloadplymouth-3b86388c3bdffe32663ec0ea2237bfaa7ba630b0.tar.gz
plymouth-3b86388c3bdffe32663ec0ea2237bfaa7ba630b0.tar.xz
plymouth-3b86388c3bdffe32663ec0ea2237bfaa7ba630b0.zip
add cast to prevent compiler warning
-rw-r--r--src/splash-plugins/text/text.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/splash-plugins/text/text.c b/src/splash-plugins/text/text.c
index 96b17b6..fc76817 100644
--- a/src/splash-plugins/text/text.c
+++ b/src/splash-plugins/text/text.c
@@ -139,6 +139,7 @@ hide_splash_screen (ply_boot_splash_plugin_t *plugin)
ply_trace ("hiding splash screen");
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);