Fix build errors.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-03-20 22:56:51 +00:00
parent 3bf7f29312
commit 7e03b0a2e0

View file

@ -39,11 +39,12 @@
#define NUM_PARTITIONS 2
#else
#define MI4_HEADER_SIZE 0x200
#define NUM_PARTITIONS 1
#endif
#define MI4_HEADER_SIZE 0x200
/* mi4 header structure */
struct mi4header_t {
unsigned char magic[4];