]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
add cast to prevent compiler warning
authorRay Strode <rstrode@redhat.com>
Wed, 14 May 2008 13:02:25 +0000 (09:02 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 14 May 2008 13:02:25 +0000 (09:02 -0400)
src/splash-plugins/text/text.c

index 96b17b6414293d6f7561ee4b5fa8a4150c6dd837..fc76817cb7d7038079da700dd6647160bc0149d2 100644 (file)
@@ -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);