freemyipod r512 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r511‎ | r512 | r513 >
Date:19:07, 4 February 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Force boot option type field to be 32 bits
Modified paths:
  • /emcore/trunk/init.c (modified) (history)

Diff [purge]

Index: emcore/trunk/init.c
@@ -70,7 +70,7 @@
7171 {
7272 struct bootoption* success_next;
7373 struct bootoption* fail_next;
74 - enum boottype type;
 74+ int type;
7575 char* source;
7676 };
7777