Merge remote-tracking branch 'remotes/origin/microbuilder-fixes'

This commit is contained in:
Stefan `Sec` Zehl 2011-05-21 01:22:04 +02:00
commit 3f3d18b1bb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ extern unsigned char _bss;
extern unsigned char _ebss;
// Prototype the required startup functions
extern void main(void);
extern int main(void);
// The entry point of the application, prepare segments,
// initialize the cpu and execute main()