summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-03-06 09:11:22 +0000
committerDave Chapman <dave@dchapman.com>2007-03-06 09:11:22 +0000
commit582d02dbdf501c7ffe62adf793e3f83e6dacf1c2 (patch)
treea6d6f392a01fb5558d8987ff01668c1608ec6ede
parent495a3e9285943c8ac78b1f6730eecb9733752574 (diff)
downloadrockbox-582d02dbdf501c7ffe62adf793e3f83e6dacf1c2.tar.gz
rockbox-582d02dbdf501c7ffe62adf793e3f83e6dacf1c2.zip
Fix error in Sansa and H10 bootloaders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12641 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--bootloader/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/common.h b/bootloader/common.h
index c72952e562..adb833fd1d 100644
--- a/bootloader/common.h
+++ b/bootloader/common.h
@@ -17,6 +17,8 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include <stdbool.h>
21
20/* Error codes */ 22/* Error codes */
21#define EOK 0 23#define EOK 0
22#define EFILE_NOT_FOUND -1 24#define EFILE_NOT_FOUND -1