diff options
| author | Kevin Ferrare <kevin@rockbox.org> | 2007-07-25 10:08:51 +0000 |
|---|---|---|
| committer | Kevin Ferrare <kevin@rockbox.org> | 2007-07-25 10:08:51 +0000 |
| commit | a55a436993336b37a93d54a2e66de9f9ca60ee7a (patch) | |
| tree | 3b1e51ddda7470ce13e06c938c7020718b8e3229 /apps/plugins | |
| parent | ac017781e02e361074fd4da3b3eeb14745f79f03 (diff) | |
| download | rockbox-a55a436993336b37a93d54a2e66de9f9ca60ee7a.zip rockbox-a55a436993336b37a93d54a2e66de9f9ca60ee7a.tar.gz rockbox-a55a436993336b37a93d54a2e66de9f9ca60ee7a.tar.bz2 rockbox-a55a436993336b37a93d54a2e66de9f9ca60ee7a.tar.xz | |
fixed yellow, forgot to increase the plugin API version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13979 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/jackpot.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |