diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/logo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 898681b..5447652 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 |