From 7e03b0a2e07bc3a133273e55e336589550a33db3 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Tue, 20 Mar 2007 22:56:51 +0000 Subject: Fix build errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12867 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/main-pp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c index 2999c3e3ac..28d06d38d2 100644 --- a/bootloader/main-pp.c +++ b/bootloader/main-pp.c @@ -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]; -- cgit v1.2.3