From 2dd3ea0b5da6f7603154d408cf9721124ae42f93 Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Thu, 31 Jan 2008 20:42:28 +0000 Subject: Use the right type for the remote logo. Thanks to amiconn for spotting and explaining on IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16191 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/logo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 898681b18a..5447652dbe 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -32,7 +32,7 @@ PLUGIN_HEADER #define REMOTE_LOGO_WIDTH 91 #define REMOTE_LOGO_HEIGHT 32 #define REMOTE_LOGO remote_rockboxlogo -extern const fb_data remote_rockboxlogo[]; +extern const fb_remote_data remote_rockboxlogo[]; #endif /* HAVE_REMOTE_LCD */ #if LCD_DEPTH == 16 -- cgit v1.2.3