fix checkwps

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31040 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2011-11-21 10:13:36 +00:00
parent 080a746ce3
commit 706575f04b

View file

@ -245,6 +245,9 @@ struct font* font_get(int font)
} }
#endif #endif
/* This is no longer defined in ROCKBOX builds so just use a huge value */
#define SKIN_BUFFER_SIZE (200*1024)
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
int res; int res;