From a55a436993336b37a93d54a2e66de9f9ca60ee7a Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Wed, 25 Jul 2007 10:08:51 +0000 Subject: fixed yellow, forgot to increase the plugin API version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13979 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/jackpot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/jackpot.c') diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c index 144e949..bcb12f1 100644 --- a/apps/plugins/jackpot.c +++ b/apps/plugins/jackpot.c @@ -52,7 +52,7 @@ static unsigned long char_patterns[NB_SLOTS]; #endif struct jackpot_picture{ - const fb_data* data; + const void* data; int width; int height; }; -- cgit v1.1