aboutsummaryrefslogtreecommitdiffstats
path: root/psplash.c
diff options
context:
space:
mode:
Diffstat (limited to 'psplash.c')
-rw-r--r--psplash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psplash.c b/psplash.c
index 185f38e..65cf514 100644
--- a/psplash.c
+++ b/psplash.c
@@ -45,7 +45,7 @@ psplash_draw_msg (PSplashFB *fb, const char *msg)
{
int w, h;
- psplash_fb_text_size (fb, &w, &h, &radeon_font, msg);
+ psplash_fb_text_size (&w, &h, &radeon_font, msg);
DBG("displaying '%s' %ix%i\n", msg, w, h);